Shades of Careys Pink #CB9BA8
Tints of Careys Pink #CB9BA8
RGB
CMYK
RGB Variations
Color information
#CB9BA8 (or 0xCB9BA8) is known color: Careys Pink. HEX triplet: CB, 9B and A8. RGB value is (203,155,168). Sum of RGB (Red+Green+Blue) = 203+155+168=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9BA8 is #346457. Grayscale: #AAAAAA. Windows color (decimal): -3433560 or 11049931. OLE color: 11049931.
HSL color Cylindrical-coordinate representation of color #CB9BA8: hue angle of 343.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9BA8 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 168 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.20 |
| HSL | 343.75º | 0.32% | 0.7% | - |
| HSV(B) | 343.75º | 0.24% | 0.8% | - |
| XYZ | 43.42 | 38.97 | 42.28 | - |
| YUV | 170.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 168 | 0 | 0.24 | 0.17 | 0.20 | 343.75 | 0.32 | 0.7 |
| Hex | CB | 9B | A8 | 0 | 18 | 11 | 14 | 158 | 20 | 46 |
| Octal | 313 | 233 | 250 | 0 | 30 | 21 | 24 | 530 | 40 | 106 |
| Binary | 11001011 | 10011011 | 10101000 | 0 | 11000 | 10001 | 10100 | 101011000 | 100000 | 1000110 |
Color Harmonies of #CB9BA8
Complementary color
Monochromatic Colors of #CB9BA8
Black with #CB9BA8
Text Example
Text Example
White with #CB9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BA8; }
p { color: rgb(203,155,168); }
H1.HeaderClassName
{
color: #CB9BA8;
}
.AnyTagClassName
{
color: #CB9BA8;
}
</style>
background-color css
<style>
a { background-color: #CB9BA8; }
a { background-color: rgb(203,155,168); }
div.DivClassName
{
background-color: #CB9BA8;
}
.BgClassName
{
background-color: #CB9BA8;
}
</style>
border-color css
<style>
span { border-color: #CB9BA8; }
span { border-color: rgb(203,155,168); }
td.TdClassName
{
border-color: #CB9BA8;
}
.TagClassName
{
border-color: #CB9BA8;
}
</style>