#CE9D84

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

Shades of Cameo #CE9D84

Tints of Cameo #CE9D84

Color information

#CE9D84 (or 0xCE9D84) is unknown color: approx Cameo. HEX triplet: CE, 9D and 84. RGB value is (206,157,132). Sum of RGB (Red+Green+Blue) = 206+157+132=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D84 is #31627B. Grayscale: #A8A8A8. Windows color (decimal): -3236476 or 8691150. OLE color: 8691150.

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

Color convert

RGB206157132-
CMYK00.240.360.19
HSL20.27º43.02%66.27%-
HSV(B)20.27º35.92%80.78%-
XYZ41.6838.927.14-
YUV168.8107.23154.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=41.62%
G=31.72%
B=26.67%

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
Decimal20615713200.240.360.1920.2743.0266.27
HexCE9D840182413142b42
Octal31623520403044232453102
Binary11001110100111011000010001100010010010011101001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D84; }

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

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

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

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

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

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

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

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