#CE9B93

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

Shades of Rose #CE9B93

Tints of Rose #CE9B93

Color information

#CE9B93 (or 0xCE9B93) is unknown color: approx Rose. HEX triplet: CE, 9B and 93. RGB value is (206,155,147). Sum of RGB (Red+Green+Blue) = 206+155+147=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9B93 is #31646C. Grayscale: #A9A9A9. Windows color (decimal): -3236973 or 9673678. OLE color: 9673678.

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

Color convert

RGB206155147-
CMYK00.250.290.19
HSL8.14º37.58%69.22%-
HSV(B)8.14º28.64%80.78%-
XYZ42.4438.6732.83-
YUV169.34115.4154.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=40.55%
G=30.51%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615514700.250.290.198.1437.5869.22
HexCE9B930191D1382645
Octal31623322303135231046105
Binary110011101001101110010011011001111011001110001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B93; }

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

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

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

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

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

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

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

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