#CE9D96

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

Shades of Rose #CE9D96

Tints of Rose #CE9D96

Color information

#CE9D96 (or 0xCE9D96) is unknown color: approx Rose. HEX triplet: CE, 9D and 96. RGB value is (206,157,150). Sum of RGB (Red+Green+Blue) = 206+157+150=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D96 is #316269. Grayscale: #AAAAAA. Windows color (decimal): -3236458 or 9870798. OLE color: 9870798.

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

Color convert

RGB206157150-
CMYK00.240.270.19
HSL7.5º36.36%69.8%-
HSV(B)7.5º27.18%80.78%-
XYZ43.0239.4434.2-
YUV170.85116.23153.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=40.16%
G=30.60%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615715000.240.270.197.536.3669.8
HexCE9D960181B1382446
Octal31623522603033231044106
Binary110011101001110110010110011000110111001110001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D96; }

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

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

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

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

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

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

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

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