Shades of Rose #CB9892
Tints of Rose #CB9892
RGB
CMYK
RGB Variations
Color information
#CB9892 (or 0xCB9892) is known color: Rose. HEX triplet: CB, 98 and 92. RGB value is (203,152,146). Sum of RGB (Red+Green+Blue) = 203+152+146=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9892 is #34676D. Grayscale: #A6A6A6. Windows color (decimal): -3434350 or 9607371. OLE color: 9607371.
HSL color Cylindrical-coordinate representation of color #CB9892: hue angle of 6.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9892 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 146 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.20 |
| HSL | 6.32º | 0.35% | 0.68% | - |
| HSV(B) | 6.32º | 0.28% | 0.8% | - |
| XYZ | 41.05 | 37.23 | 32.22 | - |
| YUV | 166.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 146 | 0 | 0.25 | 0.28 | 0.20 | 6.32 | 0.35 | 0.68 |
| Hex | CB | 98 | 92 | 0 | 19 | 1C | 14 | 6 | 23 | 44 |
| Octal | 313 | 230 | 222 | 0 | 31 | 34 | 24 | 6 | 43 | 104 |
| Binary | 11001011 | 10011000 | 10010010 | 0 | 11001 | 11100 | 10100 | 110 | 100011 | 1000100 |
Color Harmonies of #CB9892
Complementary color
Monochromatic Colors of #CB9892
Black with #CB9892
Text Example
Text Example
White with #CB9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9892; }
p { color: rgb(203,152,146); }
H1.HeaderClassName
{
color: #CB9892;
}
.AnyTagClassName
{
color: #CB9892;
}
</style>
background-color css
<style>
a { background-color: #CB9892; }
a { background-color: rgb(203,152,146); }
div.DivClassName
{
background-color: #CB9892;
}
.BgClassName
{
background-color: #CB9892;
}
</style>
border-color css
<style>
span { border-color: #CB9892; }
span { border-color: rgb(203,152,146); }
td.TdClassName
{
border-color: #CB9892;
}
.TagClassName
{
border-color: #CB9892;
}
</style>