Shades of Careys Pink #CB9199
Tints of Careys Pink #CB9199
RGB
CMYK
RGB Variations
Color information
#CB9199 (or 0xCB9199) is known color: Careys Pink. HEX triplet: CB, 91 and 99. RGB value is (203,145,153). Sum of RGB (Red+Green+Blue) = 203+145+153=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9199 is #346E66. Grayscale: #A3A3A3. Windows color (decimal): -3436135 or 10064331. OLE color: 10064331.
HSL color Cylindrical-coordinate representation of color #CB9199: hue angle of 351.72º 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 #CB9199 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 153 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.20 |
| HSL | 351.72º | 0.36% | 0.68% | - |
| HSV(B) | 351.72º | 0.29% | 0.8% | - |
| XYZ | 40.5 | 35.25 | 34.81 | - |
| YUV | 163.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 153 | 0 | 0.29 | 0.25 | 0.20 | 351.72 | 0.36 | 0.68 |
| Hex | CB | 91 | 99 | 0 | 1D | 19 | 14 | 160 | 24 | 44 |
| Octal | 313 | 221 | 231 | 0 | 35 | 31 | 24 | 540 | 44 | 104 |
| Binary | 11001011 | 10010001 | 10011001 | 0 | 11101 | 11001 | 10100 | 101100000 | 100100 | 1000100 |
Color Harmonies of #CB9199
Complementary color
Monochromatic Colors of #CB9199
Black with #CB9199
Text Example
Text Example
White with #CB9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9199; }
p { color: rgb(203,145,153); }
H1.HeaderClassName
{
color: #CB9199;
}
.AnyTagClassName
{
color: #CB9199;
}
</style>
background-color css
<style>
a { background-color: #CB9199; }
a { background-color: rgb(203,145,153); }
div.DivClassName
{
background-color: #CB9199;
}
.BgClassName
{
background-color: #CB9199;
}
</style>
border-color css
<style>
span { border-color: #CB9199; }
span { border-color: rgb(203,145,153); }
td.TdClassName
{
border-color: #CB9199;
}
.TagClassName
{
border-color: #CB9199;
}
</style>