#CEA17B

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

Shades of Cameo #CEA17B

Tints of Cameo #CEA17B

Color information

#CEA17B (or 0xCEA17B) is unknown color: approx Cameo. HEX triplet: CE, A1 and 7B. RGB value is (206,161,123). Sum of RGB (Red+Green+Blue) = 206+161+123=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA17B is #315E84. Grayscale: #AAAAAA. Windows color (decimal): -3235461 or 8102350. OLE color: 8102350.

HSL color Cylindrical-coordinate representation of color #CEA17B: hue angle of 27.47º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEA17B is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206161123-
CMYK00.220.400.19
HSL27.47º45.86%64.51%-
HSV(B)27.47º40.29%80.78%-
XYZ41.7740.0424.27-
YUV170.12101.41153.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 123 (48.44% from 255) = 25.10%
R=42.04%
G=32.86%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616112300.220.400.1927.4745.8664.51
HexCEA17B01628131b2e41
Octal31624117302650233356101
Binary1100111010100001111101101011010100010011110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA17B; }

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

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

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

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

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

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

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

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