#CE9E97

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

Shades of Rose #CE9E97

Tints of Rose #CE9E97

Color information

#CE9E97 (or 0xCE9E97) is unknown color: approx Rose. HEX triplet: CE, 9E and 97. RGB value is (206,158,151). Sum of RGB (Red+Green+Blue) = 206+158+151=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E97 is #316168. Grayscale: #ABABAB. Windows color (decimal): -3236201 or 9936590. OLE color: 9936590.

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

Color convert

RGB206158151-
CMYK00.230.270.19
HSL7.64º35.95%70%-
HSV(B)7.64º26.7%80.78%-
XYZ43.2739.8134.68-
YUV171.55116.4152.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=40%
G=30.68%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615815100.230.270.197.6435.9570
HexCE9E970171B1382446
Octal31623622702733231044106
Binary110011101001111010010111010111110111001110001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E97; }

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

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

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

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

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

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

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

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