#CE9E82

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

Shades of Cameo #CE9E82

Tints of Cameo #CE9E82

Color information

#CE9E82 (or 0xCE9E82) is unknown color: approx Cameo. HEX triplet: CE, 9E and 82. RGB value is (206,158,130). Sum of RGB (Red+Green+Blue) = 206+158+130=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E82 is #31617D. Grayscale: #A9A9A9. Windows color (decimal): -3236222 or 8560334. OLE color: 8560334.

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

Color convert

RGB206158130-
CMYK00.230.370.19
HSL22.11º43.68%65.88%-
HSV(B)22.11º36.89%80.78%-
XYZ41.7139.1926.48-
YUV169.16105.9154.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=41.70%
G=31.98%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615813000.230.370.1922.1143.6865.88
HexCE9E820172513162c42
Octal31623620202745232654102
Binary11001110100111101000001001011110010110011101101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E82; }

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

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

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

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

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

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

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

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