Shades of Careys Pink #CB999F
Tints of Careys Pink #CB999F
RGB
CMYK
RGB Variations
Color information
#CB999F (or 0xCB999F) is known color: Careys Pink. HEX triplet: CB, 99 and 9F. RGB value is (203,153,159). Sum of RGB (Red+Green+Blue) = 203+153+159=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB999F is #346660. Grayscale: #A8A8A8. Windows color (decimal): -3434081 or 10459595. OLE color: 10459595.
HSL color Cylindrical-coordinate representation of color #CB999F: hue angle of 352.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB999F is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 159 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.20 |
| HSL | 352.8º | 0.32% | 0.7% | - |
| HSV(B) | 352.8º | 0.25% | 0.8% | - |
| XYZ | 42.28 | 37.98 | 37.9 | - |
| YUV | 168.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 159 | 0 | 0.25 | 0.22 | 0.20 | 352.8 | 0.32 | 0.7 |
| Hex | CB | 99 | 9F | 0 | 19 | 16 | 14 | 161 | 20 | 46 |
| Octal | 313 | 231 | 237 | 0 | 31 | 26 | 24 | 541 | 40 | 106 |
| Binary | 11001011 | 10011001 | 10011111 | 0 | 11001 | 10110 | 10100 | 101100001 | 100000 | 1000110 |
Color Harmonies of #CB999F
Complementary color
Monochromatic Colors of #CB999F
Black with #CB999F
Text Example
Text Example
White with #CB999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB999F; }
p { color: rgb(203,153,159); }
H1.HeaderClassName
{
color: #CB999F;
}
.AnyTagClassName
{
color: #CB999F;
}
</style>
background-color css
<style>
a { background-color: #CB999F; }
a { background-color: rgb(203,153,159); }
div.DivClassName
{
background-color: #CB999F;
}
.BgClassName
{
background-color: #CB999F;
}
</style>
border-color css
<style>
span { border-color: #CB999F; }
span { border-color: rgb(203,153,159); }
td.TdClassName
{
border-color: #CB999F;
}
.TagClassName
{
border-color: #CB999F;
}
</style>