#CB9D90

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

Shades of Rose #CB9D90

Tints of Rose #CB9D90

Color information

#CB9D90 (or 0xCB9D90) is unknown color: approx Rose. HEX triplet: CB, 9D and 90. RGB value is (203,157,144). Sum of RGB (Red+Green+Blue) = 203+157+144=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D90 is #34626F. Grayscale: #A9A9A9. Windows color (decimal): -3433072 or 9477579. OLE color: 9477579.

HSL color Cylindrical-coordinate representation of color #CB9D90: hue angle of 13.22º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9D90 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203157144-
CMYK00.230.290.20
HSL13.22º36.2%68.04%-
HSV(B)13.22º29.06%79.61%-
XYZ41.7238.8231.68-
YUV169.27113.74152.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=40.28%
G=31.15%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315714400.230.290.2013.2236.268.04
HexCB9D900171D14d2444
Octal31323522002735241544104
Binary110010111001110110010000010111111011010011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D90; }

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

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

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

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

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

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

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

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