#CE9D90

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

Shades of Rose #CE9D90

Tints of Rose #CE9D90

Color information

#CE9D90 (or 0xCE9D90) is unknown color: approx Rose. HEX triplet: CE, 9D and 90. RGB value is (206,157,144). Sum of RGB (Red+Green+Blue) = 206+157+144=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D90 is #31626F. Grayscale: #AAAAAA. Windows color (decimal): -3236464 or 9477582. OLE color: 9477582.

HSL color Cylindrical-coordinate representation of color #CE9D90: hue angle of 12.58º degrees, saturation: 0.39, 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 #CE9D90 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206157144-
CMYK00.240.300.19
HSL12.58º38.75%68.63%-
HSV(B)12.58º30.1%80.78%-
XYZ42.5439.2531.72-
YUV170.17113.23153.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=40.63%
G=30.97%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615714400.240.300.1912.5838.7568.63
HexCE9D900181E13d2745
Octal31623522003036231547105
Binary110011101001110110010000011000111101001111011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D90; }

 p { color: rgb(206,157,144); }

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

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

 a { background-color: rgb(206,157,144); }

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

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

 span { border-color: rgb(206,157,144); }

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