#CE9F85

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

Shades of Cameo #CE9F85

Tints of Cameo #CE9F85

Color information

#CE9F85 (or 0xCE9F85) is unknown color: approx Cameo. HEX triplet: CE, 9F and 85. RGB value is (206,159,133). Sum of RGB (Red+Green+Blue) = 206+159+133=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F85 is #31607A. Grayscale: #AAAAAA. Windows color (decimal): -3235963 or 8757198. OLE color: 8757198.

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

Color convert

RGB206159133-
CMYK00.230.350.19
HSL21.37º42.69%66.47%-
HSV(B)21.37º35.44%80.78%-
XYZ42.0939.6127.62-
YUV170.09107.07153.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=41.37%
G=31.93%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615913300.230.350.1921.3742.6966.47
HexCE9F850172313152b42
Octal31623720502743232553102
Binary11001110100111111000010101011110001110011101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F85; }

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

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

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

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

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

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

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

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