#CEC66C

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

Shades of Tacha #CEC66C

Tints of Tacha #CEC66C

Color information

#CEC66C (or 0xCEC66C) is unknown color: approx Tacha. HEX triplet: CE, C6 and 6C. RGB value is (206,198,108). Sum of RGB (Red+Green+Blue) = 206+198+108=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC66C is #313993. Grayscale: #BEBEBE. Windows color (decimal): -3226004 or 7128782. OLE color: 7128782.

HSL color Cylindrical-coordinate representation of color #CEC66C: hue angle of 55.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEC66C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206198108-
CMYK00.040.480.19
HSL55.1º50%61.57%-
HSV(B)55.1º47.57%80.78%-
XYZ48.3554.5922.18-
YUV190.1381.65139.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 108 (42.58% from 255) = 21.09%
R=40.23%
G=38.67%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619810800.040.480.1955.15061.57
HexCEC66C04301337323e
Octal316306154046023676276
Binary11001110110001101101100010011000010011110111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC66C; }

 p { color: rgb(206,198,108); }

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

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

 a { background-color: rgb(206,198,108); }

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

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

 span { border-color: rgb(206,198,108); }

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