Shades of Rose #CB9F90
Tints of Rose #CB9F90
RGB
CMYK
RGB Variations
Color information
#CB9F90 (or 0xCB9F90) is known color: Rose. HEX triplet: CB, 9F and 90. RGB value is (203,159,144). Sum of RGB (Red+Green+Blue) = 203+159+144=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9F90 is #34606F. Grayscale: #AAAAAA. Windows color (decimal): -3432560 or 9478091. OLE color: 9478091.
HSL color Cylindrical-coordinate representation of color #CB9F90: hue angle of 15.25º 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 #CB9F90 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 144 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.20 |
| HSL | 15.25º | 0.36% | 0.68% | - |
| HSV(B) | 15.25º | 0.29% | 0.8% | - |
| XYZ | 42.06 | 39.51 | 31.79 | - |
| YUV | 170.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 144 | 0 | 0.22 | 0.29 | 0.20 | 15.25 | 0.36 | 0.68 |
| Hex | CB | 9F | 90 | 0 | 16 | 1D | 14 | F | 24 | 44 |
| Octal | 313 | 237 | 220 | 0 | 26 | 35 | 24 | 17 | 44 | 104 |
| Binary | 11001011 | 10011111 | 10010000 | 0 | 10110 | 11101 | 10100 | 1111 | 100100 | 1000100 |
Color Harmonies of #CB9F90
Complementary color
Monochromatic Colors of #CB9F90
Black with #CB9F90
Text Example
Text Example
White with #CB9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F90; }
p { color: rgb(203,159,144); }
H1.HeaderClassName
{
color: #CB9F90;
}
.AnyTagClassName
{
color: #CB9F90;
}
</style>
background-color css
<style>
a { background-color: #CB9F90; }
a { background-color: rgb(203,159,144); }
div.DivClassName
{
background-color: #CB9F90;
}
.BgClassName
{
background-color: #CB9F90;
}
</style>
border-color css
<style>
span { border-color: #CB9F90; }
span { border-color: rgb(203,159,144); }
td.TdClassName
{
border-color: #CB9F90;
}
.TagClassName
{
border-color: #CB9F90;
}
</style>