#CEA589

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

Shades of Cameo #CEA589

Tints of Cameo #CEA589

Color information

#CEA589 (or 0xCEA589) is unknown color: approx Cameo. HEX triplet: CE, A5 and 89. RGB value is (206,165,137). Sum of RGB (Red+Green+Blue) = 206+165+137=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA589 is #315A76. Grayscale: #AEAEAE. Windows color (decimal): -3234423 or 9020878. OLE color: 9020878.

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

Color convert

RGB206165137-
CMYK00.200.330.19
HSL24.35º41.32%67.25%-
HSV(B)24.35º33.5%80.78%-
XYZ43.4241.8429.45-
YUV174.07107.08150.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=40.55%
G=32.48%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616513700.200.330.1924.3541.3267.25
HexCEA5890142113182943
Octal31624521102441233051103
Binary11001110101001011000100101010010000110011110001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA589; }

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

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

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

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

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

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

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

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