#ceba66

Color #CEBA66 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CEBA66

Tints of Tacha #CEBA66

Color information

#CEBA66 (or 0xCEBA66) is unknown color: approx Tacha. HEX triplet: CE, BA and 66. RGB value is (206,186,102). Sum of RGB (Red+Green+Blue) = 206+186+102=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA66 is #314599. Grayscale: #B6B6B6. Windows color (decimal): -3229082 or 6732494. OLE color: 6732494.

HSL color Cylindrical-coordinate representation of color #CEBA66: hue angle of 48.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEBA66 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206186102-
CMYK00.100.500.19
HSL48.46º51.49%60.39%-
HSV(B)48.46º50.49%80.78%-
XYZ45.4149.219.67-
YUV182.482.63144.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=41.70%
G=37.65%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618610200.100.500.1948.4651.4960.39
HexCEBA660A321330333c
Octal3162721460126223606374
Binary110011101011101011001100101011001010011110000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceba66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceba66; }

 p { color: rgb(206,186,102); }

 H1.HeaderClassName
 {
   color: #ceba66;
 }
 .AnyTagClassName
 {
   color: #ceba66;
 }
</style>
background-color css

<style>
 a { background-color: #ceba66; }

 a { background-color: rgb(206,186,102); }

 div.DivClassName
 {
   background-color: #ceba66;
 }
 .BgClassName
 {
   background-color: #ceba66;
 }
</style>
border-color css

<style>
 span { border-color: #ceba66; }

 span { border-color: rgb(206,186,102); }

 td.TdClassName
 {
   border-color: #ceba66;
 }
 .TagClassName
 {
   border-color: #ceba66;
 }
</style>