#CEA28B

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

Shades of Cameo #CEA28B

Tints of Cameo #CEA28B

Color information

#CEA28B (or 0xCEA28B) is unknown color: approx Cameo. HEX triplet: CE, A2 and 8B. RGB value is (206,162,139). Sum of RGB (Red+Green+Blue) = 206+162+139=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA28B is #315D74. Grayscale: #ACACAC. Windows color (decimal): -3235189 or 9151182. OLE color: 9151182.

HSL color Cylindrical-coordinate representation of color #CEA28B: hue angle of 20.6º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA28B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206162139-
CMYK00.210.330.19
HSL20.6º40.61%67.65%-
HSV(B)20.6º32.52%80.78%-
XYZ43.0340.8330.04-
YUV172.53109.08151.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=40.63%
G=31.95%
B=27.42%

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
Decimal20616213900.210.330.1920.640.6167.65
HexCEA28B0152113152944
Octal31624221302541232551104
Binary11001110101000101000101101010110000110011101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA28B; }

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

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

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

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

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

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

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

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