#CEA885

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

Shades of Cameo #CEA885

Tints of Cameo #CEA885

Color information

#CEA885 (or 0xCEA885) is unknown color: approx Cameo. HEX triplet: CE, A8 and 85. RGB value is (206,168,133). Sum of RGB (Red+Green+Blue) = 206+168+133=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA885 is #31577A. Grayscale: #AFAFAF. Windows color (decimal): -3233659 or 8759502. OLE color: 8759502.

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

Color convert

RGB206168133-
CMYK00.180.350.19
HSL28.77º42.69%66.47%-
HSV(B)28.77º35.44%80.78%-
XYZ43.6942.8228.15-
YUV175.37104.09149.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=40.63%
G=33.14%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616813300.180.350.1928.7742.6966.47
HexCEA88501223131d2b42
Octal31625020502243233553102
Binary11001110101010001000010101001010001110011111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA885; }

 p { color: rgb(206,168,133); }

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

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

 a { background-color: rgb(206,168,133); }

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

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

 span { border-color: rgb(206,168,133); }

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