#CE9E86

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

Shades of Cameo #CE9E86

Tints of Cameo #CE9E86

Color information

#CE9E86 (or 0xCE9E86) is unknown color: approx Cameo. HEX triplet: CE, 9E and 86. RGB value is (206,158,134). Sum of RGB (Red+Green+Blue) = 206+158+134=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E86 is #316179. Grayscale: #A9A9A9. Windows color (decimal): -3236218 or 8822478. OLE color: 8822478.

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

Color convert

RGB206158134-
CMYK00.230.350.19
HSL20º42.35%66.67%-
HSV(B)20º34.95%80.78%-
XYZ41.9839.327.93-
YUV169.62107.9153.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=41.37%
G=31.73%
B=26.91%

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
Decimal20615813400.230.350.192042.3566.67
HexCE9E860172313142a43
Octal31623620602743232452103
Binary11001110100111101000011001011110001110011101001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E86; }

 p { color: rgb(206,158,134); }

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

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

 a { background-color: rgb(206,158,134); }

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

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

 span { border-color: rgb(206,158,134); }

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