Shades of Rose #CB9B92
Tints of Rose #CB9B92
RGB
CMYK
RGB Variations
Color information
#CB9B92 (or 0xCB9B92) is known color: Rose. HEX triplet: CB, 9B and 92. RGB value is (203,155,146). Sum of RGB (Red+Green+Blue) = 203+155+146=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9B92 is #34646D. Grayscale: #A8A8A8. Windows color (decimal): -3433582 or 9608139. OLE color: 9608139.
HSL color Cylindrical-coordinate representation of color #CB9B92: hue angle of 9.47º 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 #CB9B92 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 146 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.20 |
| HSL | 9.47º | 0.35% | 0.68% | - |
| HSV(B) | 9.47º | 0.28% | 0.8% | - |
| XYZ | 41.54 | 38.21 | 32.38 | - |
| YUV | 168.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 146 | 0 | 0.24 | 0.28 | 0.20 | 9.47 | 0.35 | 0.68 |
| Hex | CB | 9B | 92 | 0 | 18 | 1C | 14 | 9 | 23 | 44 |
| Octal | 313 | 233 | 222 | 0 | 30 | 34 | 24 | 11 | 43 | 104 |
| Binary | 11001011 | 10011011 | 10010010 | 0 | 11000 | 11100 | 10100 | 1001 | 100011 | 1000100 |
Color Harmonies of #CB9B92
Complementary color
Monochromatic Colors of #CB9B92
Black with #CB9B92
Text Example
Text Example
White with #CB9B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B92; }
p { color: rgb(203,155,146); }
H1.HeaderClassName
{
color: #CB9B92;
}
.AnyTagClassName
{
color: #CB9B92;
}
</style>
background-color css
<style>
a { background-color: #CB9B92; }
a { background-color: rgb(203,155,146); }
div.DivClassName
{
background-color: #CB9B92;
}
.BgClassName
{
background-color: #CB9B92;
}
</style>
border-color css
<style>
span { border-color: #CB9B92; }
span { border-color: rgb(203,155,146); }
td.TdClassName
{
border-color: #CB9B92;
}
.TagClassName
{
border-color: #CB9B92;
}
</style>