#CEA679

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

Shades of Cameo #CEA679

Tints of Cameo #CEA679

Color information

#CEA679 (or 0xCEA679) is unknown color: approx Cameo. HEX triplet: CE, A6 and 79. RGB value is (206,166,121). Sum of RGB (Red+Green+Blue) = 206+166+121=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA679 is #315986. Grayscale: #ADADAD. Windows color (decimal): -3234183 or 7972558. OLE color: 7972558.

HSL color Cylindrical-coordinate representation of color #CEA679: hue angle of 31.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEA679 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206166121-
CMYK00.190.410.19
HSL31.76º46.45%64.12%-
HSV(B)31.76º41.26%80.78%-
XYZ42.5441.7723.91-
YUV172.8398.75151.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=41.78%
G=33.67%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616612100.190.410.1931.7646.4564.12
HexCEA6790132913202e40
Octal31624617102351234056100
Binary11001110101001101111001010011101001100111000001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA679; }

 p { color: rgb(206,166,121); }

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

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

 a { background-color: rgb(206,166,121); }

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

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

 span { border-color: rgb(206,166,121); }

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