#CE9D83

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

Shades of Cameo #CE9D83

Tints of Cameo #CE9D83

Color information

#CE9D83 (or 0xCE9D83) is unknown color: approx Cameo. HEX triplet: CE, 9D and 83. RGB value is (206,157,131). Sum of RGB (Red+Green+Blue) = 206+157+131=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D83 is #31627C. Grayscale: #A8A8A8. Windows color (decimal): -3236477 or 8625614. OLE color: 8625614.

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

Color convert

RGB206157131-
CMYK00.240.360.19
HSL20.8º43.35%66.08%-
HSV(B)20.8º36.41%80.78%-
XYZ41.6138.8726.78-
YUV168.69106.73154.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=41.70%
G=31.78%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615713100.240.360.1920.843.3566.08
HexCE9D830182413152b42
Octal31623520303044232553102
Binary11001110100111011000001101100010010010011101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D83; }

 p { color: rgb(206,157,131); }

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

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

 a { background-color: rgb(206,157,131); }

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

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

 span { border-color: rgb(206,157,131); }

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