#CEA183

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

Shades of Cameo #CEA183

Tints of Cameo #CEA183

Color information

#CEA183 (or 0xCEA183) is unknown color: approx Cameo. HEX triplet: CE, A1 and 83. RGB value is (206,161,131). Sum of RGB (Red+Green+Blue) = 206+161+131=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA183 is #315E7C. Grayscale: #ABABAB. Windows color (decimal): -3235453 or 8626638. OLE color: 8626638.

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

Color convert

RGB206161131-
CMYK00.220.360.19
HSL24º43.35%66.08%-
HSV(B)24º36.41%80.78%-
XYZ42.340.2527.01-
YUV171.04105.41152.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=41.37%
G=32.33%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616113100.220.360.192443.3566.08
HexCEA1830162413182b42
Octal31624120302644233053102
Binary11001110101000011000001101011010010010011110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA183; }

 p { color: rgb(206,161,131); }

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

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

 a { background-color: rgb(206,161,131); }

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

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

 span { border-color: rgb(206,161,131); }

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