Shades of Rose #CB9993
Tints of Rose #CB9993
RGB
CMYK
RGB Variations
Color information
#CB9993 (or 0xCB9993) is known color: Rose. HEX triplet: CB, 99 and 93. RGB value is (203,153,147). Sum of RGB (Red+Green+Blue) = 203+153+147=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9993 is #34666C. Grayscale: #A7A7A7. Windows color (decimal): -3434093 or 9673163. OLE color: 9673163.
HSL color Cylindrical-coordinate representation of color #CB9993: hue angle of 6.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9993 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 147 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.20 |
| HSL | 6.43º | 0.35% | 0.69% | - |
| HSV(B) | 6.43º | 0.28% | 0.8% | - |
| XYZ | 41.29 | 37.59 | 32.68 | - |
| YUV | 167.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 147 | 0 | 0.25 | 0.28 | 0.20 | 6.43 | 0.35 | 0.69 |
| Hex | CB | 99 | 93 | 0 | 19 | 1C | 14 | 6 | 23 | 45 |
| Octal | 313 | 231 | 223 | 0 | 31 | 34 | 24 | 6 | 43 | 105 |
| Binary | 11001011 | 10011001 | 10010011 | 0 | 11001 | 11100 | 10100 | 110 | 100011 | 1000101 |
Color Harmonies of #CB9993
Complementary color
Monochromatic Colors of #CB9993
Black with #CB9993
Text Example
Text Example
White with #CB9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9993; }
p { color: rgb(203,153,147); }
H1.HeaderClassName
{
color: #CB9993;
}
.AnyTagClassName
{
color: #CB9993;
}
</style>
background-color css
<style>
a { background-color: #CB9993; }
a { background-color: rgb(203,153,147); }
div.DivClassName
{
background-color: #CB9993;
}
.BgClassName
{
background-color: #CB9993;
}
</style>
border-color css
<style>
span { border-color: #CB9993; }
span { border-color: rgb(203,153,147); }
td.TdClassName
{
border-color: #CB9993;
}
.TagClassName
{
border-color: #CB9993;
}
</style>