#CEA289

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

Shades of Cameo #CEA289

Tints of Cameo #CEA289

Color information

#CEA289 (or 0xCEA289) is unknown color: approx Cameo. HEX triplet: CE, A2 and 89. RGB value is (206,162,137). Sum of RGB (Red+Green+Blue) = 206+162+137=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA289 is #315D76. Grayscale: #ACACAC. Windows color (decimal): -3235191 or 9020110. OLE color: 9020110.

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

Color convert

RGB206162137-
CMYK00.210.330.19
HSL21.74º41.32%67.25%-
HSV(B)21.74º33.5%80.78%-
XYZ42.8940.7729.28-
YUV172.31108.08152.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=40.79%
G=32.08%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616213700.210.330.1921.7441.3267.25
HexCEA2890152113162943
Octal31624221102541232651103
Binary11001110101000101000100101010110000110011101101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA289; }

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

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

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

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

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

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

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

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