#CEA58B

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

Shades of Cameo #CEA58B

Tints of Cameo #CEA58B

Color information

#CEA58B (or 0xCEA58B) is unknown color: approx Cameo. HEX triplet: CE, A5 and 8B. RGB value is (206,165,139). Sum of RGB (Red+Green+Blue) = 206+165+139=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA58B is #315A74. Grayscale: #AEAEAE. Windows color (decimal): -3234421 or 9151950. OLE color: 9151950.

HSL color Cylindrical-coordinate representation of color #CEA58B: hue angle of 23.28º 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 #CEA58B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206165139-
CMYK00.200.330.19
HSL23.28º40.61%67.65%-
HSV(B)23.28º32.52%80.78%-
XYZ43.5741.930.22-
YUV174.3108.08150.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=40.39%
G=32.35%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616513900.200.330.1923.2840.6167.65
HexCEA58B0142113172944
Octal31624521302441232751104
Binary11001110101001011000101101010010000110011101111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA58B; }

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

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

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

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

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

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

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

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