#CEA886

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

Shades of Cameo #CEA886

Tints of Cameo #CEA886

Color information

#CEA886 (or 0xCEA886) is unknown color: approx Cameo. HEX triplet: CE, A8 and 86. RGB value is (206,168,134). Sum of RGB (Red+Green+Blue) = 206+168+134=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA886 is #315779. Grayscale: #AFAFAF. Windows color (decimal): -3233658 or 8825038. OLE color: 8825038.

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

Color convert

RGB206168134-
CMYK00.180.350.19
HSL28.33º42.35%66.67%-
HSV(B)28.33º34.95%80.78%-
XYZ43.7642.8528.52-
YUV175.49104.59149.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=40.55%
G=33.07%
B=26.38%

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
Decimal20616813400.180.350.1928.3342.3566.67
HexCEA88601223131c2a43
Octal31625020602243233452103
Binary11001110101010001000011001001010001110011111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA886; }

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

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

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

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

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

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

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

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