#CEA185

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

Shades of Cameo #CEA185

Tints of Cameo #CEA185

Color information

#CEA185 (or 0xCEA185) is unknown color: approx Cameo. HEX triplet: CE, A1 and 85. RGB value is (206,161,133). Sum of RGB (Red+Green+Blue) = 206+161+133=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA185 is #315E7A. Grayscale: #ABABAB. Windows color (decimal): -3235451 or 8757710. OLE color: 8757710.

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

Color convert

RGB206161133-
CMYK00.220.350.19
HSL23.01º42.69%66.47%-
HSV(B)23.01º35.44%80.78%-
XYZ42.4340.3127.73-
YUV171.26106.41152.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=41.2%
G=32.2%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616113300.220.350.1923.0142.6966.47
HexCEA1850162313172b42
Octal31624120502643232753102
Binary11001110101000011000010101011010001110011101111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA185; }

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

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

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

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

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

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

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

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