#CEA089

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

Shades of Cameo #CEA089

Tints of Cameo #CEA089

Color information

#CEA089 (or 0xCEA089) is unknown color: approx Cameo. HEX triplet: CE, A0 and 89. RGB value is (206,160,137). Sum of RGB (Red+Green+Blue) = 206+160+137=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA089 is #315F76. Grayscale: #ABABAB. Windows color (decimal): -3235703 or 9019598. OLE color: 9019598.

HSL color Cylindrical-coordinate representation of color #CEA089: hue angle of 20º 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 #CEA089 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206160137-
CMYK00.220.330.19
HSL20º41.32%67.25%-
HSV(B)20º33.5%80.78%-
XYZ42.5440.0729.16-
YUV171.13108.74152.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=40.95%
G=31.81%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616013700.220.330.192041.3267.25
HexCEA0890162113142943
Octal31624021102641232451103
Binary11001110101000001000100101011010000110011101001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA089; }

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

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

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

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

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

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

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

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