#CEA576

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

Shades of Cameo #CEA576

Tints of Cameo #CEA576

Color information

#CEA576 (or 0xCEA576) is unknown color: approx Cameo. HEX triplet: CE, A5 and 76. RGB value is (206,165,118). Sum of RGB (Red+Green+Blue) = 206+165+118=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA576 is #315A89. Grayscale: #ACACAC. Windows color (decimal): -3234442 or 7775694. OLE color: 7775694.

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

Color convert

RGB206165118-
CMYK00.200.430.19
HSL32.05º47.31%63.53%-
HSV(B)32.05º42.72%80.78%-
XYZ42.1841.3422.9-
YUV171.997.58152.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=42.13%
G=33.74%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616511800.200.430.1932.0547.3163.53
HexCEA5760142B13202f40
Octal31624516602453234057100
Binary11001110101001011110110010100101011100111000001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA576; }

 p { color: rgb(206,165,118); }

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

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

 a { background-color: rgb(206,165,118); }

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

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

 span { border-color: rgb(206,165,118); }

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