#CE9F95

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

Shades of Rose #CE9F95

Tints of Rose #CE9F95

Color information

#CE9F95 (or 0xCE9F95) is unknown color: approx Rose. HEX triplet: CE, 9F and 95. RGB value is (206,159,149). Sum of RGB (Red+Green+Blue) = 206+159+149=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F95 is #31606A. Grayscale: #ACACAC. Windows color (decimal): -3235947 or 9805774. OLE color: 9805774.

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

Color convert

RGB206159149-
CMYK00.230.280.19
HSL10.53º36.77%69.61%-
HSV(B)10.53º27.67%80.78%-
XYZ43.2840.0933.89-
YUV171.91115.07152.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=40.08%
G=30.93%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615914900.230.280.1910.5336.7769.61
HexCE9F950171C13b2546
Octal31623722502734231345106
Binary110011101001111110010101010111111001001110111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F95; }

 p { color: rgb(206,159,149); }

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

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

 a { background-color: rgb(206,159,149); }

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

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

 span { border-color: rgb(206,159,149); }

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