Shades of Rose #CB9F91
Tints of Rose #CB9F91
RGB
CMYK
RGB Variations
Color information
#CB9F91 (or 0xCB9F91) is known color: Rose. HEX triplet: CB, 9F and 91. RGB value is (203,159,145). Sum of RGB (Red+Green+Blue) = 203+159+145=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9F91 is #34606E. Grayscale: #AAAAAA. Windows color (decimal): -3432559 or 9543627. OLE color: 9543627.
HSL color Cylindrical-coordinate representation of color #CB9F91: hue angle of 14.48º 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 #CB9F91 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 145 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.20 |
| HSL | 14.48º | 0.36% | 0.68% | - |
| HSV(B) | 14.48º | 0.29% | 0.8% | - |
| XYZ | 42.14 | 39.54 | 32.2 | - |
| YUV | 170.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 145 | 0 | 0.22 | 0.29 | 0.20 | 14.48 | 0.36 | 0.68 |
| Hex | CB | 9F | 91 | 0 | 16 | 1D | 14 | E | 24 | 44 |
| Octal | 313 | 237 | 221 | 0 | 26 | 35 | 24 | 16 | 44 | 104 |
| Binary | 11001011 | 10011111 | 10010001 | 0 | 10110 | 11101 | 10100 | 1110 | 100100 | 1000100 |
Color Harmonies of #CB9F91
Complementary color
Monochromatic Colors of #CB9F91
Black with #CB9F91
Text Example
Text Example
White with #CB9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F91; }
p { color: rgb(203,159,145); }
H1.HeaderClassName
{
color: #CB9F91;
}
.AnyTagClassName
{
color: #CB9F91;
}
</style>
background-color css
<style>
a { background-color: #CB9F91; }
a { background-color: rgb(203,159,145); }
div.DivClassName
{
background-color: #CB9F91;
}
.BgClassName
{
background-color: #CB9F91;
}
</style>
border-color css
<style>
span { border-color: #CB9F91; }
span { border-color: rgb(203,159,145); }
td.TdClassName
{
border-color: #CB9F91;
}
.TagClassName
{
border-color: #CB9F91;
}
</style>