#CEC868

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

Shades of Tacha #CEC868

Tints of Tacha #CEC868

Color information

#CEC868 (or 0xCEC868) is unknown color: approx Tacha. HEX triplet: CE, C8 and 68. RGB value is (206,200,104). Sum of RGB (Red+Green+Blue) = 206+200+104=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC868 is #313797. Grayscale: #BFBFBF. Windows color (decimal): -3225496 or 6867150. OLE color: 6867150.

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

Color convert

RGB206200104-
CMYK00.030.500.19
HSL56.47º51%60.78%-
HSV(B)56.47º49.51%80.78%-
XYZ48.6155.4321.23-
YUV190.8578.99138.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 104 (41.02% from 255) = 20.39%
R=40.39%
G=39.22%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620010400.030.500.1956.475160.78
HexCEC86803321338333d
Octal316310150036223706375
Binary1100111011001000110100001111001010011111000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC868; }

 p { color: rgb(206,200,104); }

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

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

 a { background-color: rgb(206,200,104); }

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

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

 span { border-color: rgb(206,200,104); }

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