#CE9E81

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

Shades of Cameo #CE9E81

Tints of Cameo #CE9E81

Color information

#CE9E81 (or 0xCE9E81) is unknown color: approx Cameo. HEX triplet: CE, 9E and 81. RGB value is (206,158,129). Sum of RGB (Red+Green+Blue) = 206+158+129=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E81 is #31617E. Grayscale: #A9A9A9. Windows color (decimal): -3236223 or 8494798. OLE color: 8494798.

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

Color convert

RGB206158129-
CMYK00.230.370.19
HSL22.6º44%65.69%-
HSV(B)22.6º37.38%80.78%-
XYZ41.6439.1626.13-
YUV169.05105.4154.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=41.78%
G=32.05%
B=26.17%

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
Decimal20615812900.230.370.1922.64465.69
HexCE9E810172513172c42
Octal31623620102745232754102
Binary11001110100111101000000101011110010110011101111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E81; }

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

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

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

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

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

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

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

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