#CE9E93

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

Shades of Rose #CE9E93

Tints of Rose #CE9E93

Color information

#CE9E93 (or 0xCE9E93) is unknown color: approx Rose. HEX triplet: CE, 9E and 93. RGB value is (206,158,147). Sum of RGB (Red+Green+Blue) = 206+158+147=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E93 is #31616C. Grayscale: #ABABAB. Windows color (decimal): -3236205 or 9674446. OLE color: 9674446.

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

Color convert

RGB206158147-
CMYK00.230.290.19
HSL11.19º37.58%69.22%-
HSV(B)11.19º28.64%80.78%-
XYZ42.9539.6833-
YUV171.1114.4152.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=40.31%
G=30.92%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615814700.230.290.1911.1937.5869.22
HexCE9E930171D13b2645
Octal31623622302735231346105
Binary110011101001111010010011010111111011001110111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E93; }

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

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

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

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

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

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

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

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