#CE9B91

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

Shades of Rose #CE9B91

Tints of Rose #CE9B91

Color information

#CE9B91 (or 0xCE9B91) is unknown color: approx Rose. HEX triplet: CE, 9B and 91. RGB value is (206,155,145). Sum of RGB (Red+Green+Blue) = 206+155+145=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9B91 is #31646E. Grayscale: #A9A9A9. Windows color (decimal): -3236975 or 9542606. OLE color: 9542606.

HSL color Cylindrical-coordinate representation of color #CE9B91: hue angle of 9.84º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9B91 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206155145-
CMYK00.250.300.19
HSL9.84º38.36%68.82%-
HSV(B)9.84º29.61%80.78%-
XYZ42.2938.6132.01-
YUV169.11114.4154.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=40.71%
G=30.63%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615514500.250.300.199.8438.3668.82
HexCE9B910191E13a2645
Octal31623322103136231246105
Binary110011101001101110010001011001111101001110101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B91; }

 p { color: rgb(206,155,145); }

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

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

 a { background-color: rgb(206,155,145); }

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

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

 span { border-color: rgb(206,155,145); }

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