Shades of Rose #CB9C90
Tints of Rose #CB9C90
RGB
CMYK
RGB Variations
Color information
#CB9C90 (or 0xCB9C90) is known color: Rose. HEX triplet: CB, 9C and 90. RGB value is (203,156,144). Sum of RGB (Red+Green+Blue) = 203+156+144=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9C90 is #34636F. Grayscale: #A8A8A8. Windows color (decimal): -3433328 or 9477323. OLE color: 9477323.
HSL color Cylindrical-coordinate representation of color #CB9C90: hue angle of 12.2º 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 #CB9C90 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 144 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.20 |
| HSL | 12.2º | 0.36% | 0.68% | - |
| HSV(B) | 12.2º | 0.29% | 0.8% | - |
| XYZ | 41.55 | 38.49 | 31.62 | - |
| YUV | 168.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 144 | 0 | 0.23 | 0.29 | 0.20 | 12.2 | 0.36 | 0.68 |
| Hex | CB | 9C | 90 | 0 | 17 | 1D | 14 | C | 24 | 44 |
| Octal | 313 | 234 | 220 | 0 | 27 | 35 | 24 | 14 | 44 | 104 |
| Binary | 11001011 | 10011100 | 10010000 | 0 | 10111 | 11101 | 10100 | 1100 | 100100 | 1000100 |
Color Harmonies of #CB9C90
Complementary color
Monochromatic Colors of #CB9C90
Black with #CB9C90
Text Example
Text Example
White with #CB9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C90; }
p { color: rgb(203,156,144); }
H1.HeaderClassName
{
color: #CB9C90;
}
.AnyTagClassName
{
color: #CB9C90;
}
</style>
background-color css
<style>
a { background-color: #CB9C90; }
a { background-color: rgb(203,156,144); }
div.DivClassName
{
background-color: #CB9C90;
}
.BgClassName
{
background-color: #CB9C90;
}
</style>
border-color css
<style>
span { border-color: #CB9C90; }
span { border-color: rgb(203,156,144); }
td.TdClassName
{
border-color: #CB9C90;
}
.TagClassName
{
border-color: #CB9C90;
}
</style>