#CEA787

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

Shades of Cameo #CEA787

Tints of Cameo #CEA787

Color information

#CEA787 (or 0xCEA787) is unknown color: approx Cameo. HEX triplet: CE, A7 and 87. RGB value is (206,167,135). Sum of RGB (Red+Green+Blue) = 206+167+135=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA787 is #315878. Grayscale: #AFAFAF. Windows color (decimal): -3233913 or 8890318. OLE color: 8890318.

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

Color convert

RGB206167135-
CMYK00.190.340.19
HSL27.04º42.01%66.86%-
HSV(B)27.04º34.47%80.78%-
XYZ43.6542.5128.83-
YUV175.01105.42150.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=40.55%
G=32.87%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616713500.190.340.1927.0442.0166.86
HexCEA78701322131b2a43
Octal31624720702342233352103
Binary11001110101001111000011101001110001010011110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA787; }

 p { color: rgb(206,167,135); }

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

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

 a { background-color: rgb(206,167,135); }

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

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

 span { border-color: rgb(206,167,135); }

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