Shades of Careys Pink #CB9699
Tints of Careys Pink #CB9699
RGB
CMYK
RGB Variations
Color information
#CB9699 (or 0xCB9699) is known color: Careys Pink. HEX triplet: CB, 96 and 99. RGB value is (203,150,153). Sum of RGB (Red+Green+Blue) = 203+150+153=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9699 is #346966. Grayscale: #A6A6A6. Windows color (decimal): -3434855 or 10065611. OLE color: 10065611.
HSL color Cylindrical-coordinate representation of color #CB9699: hue angle of 356.6º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB9699 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 153 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.20 |
| HSL | 356.6º | 0.34% | 0.69% | - |
| HSV(B) | 356.6º | 0.26% | 0.8% | - |
| XYZ | 41.28 | 36.81 | 35.07 | - |
| YUV | 166.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 153 | 0 | 0.26 | 0.25 | 0.20 | 356.6 | 0.34 | 0.69 |
| Hex | CB | 96 | 99 | 0 | 1A | 19 | 14 | 165 | 22 | 45 |
| Octal | 313 | 226 | 231 | 0 | 32 | 31 | 24 | 545 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10011001 | 0 | 11010 | 11001 | 10100 | 101100101 | 100010 | 1000101 |
Color Harmonies of #CB9699
Complementary color
Monochromatic Colors of #CB9699
Black with #CB9699
Text Example
Text Example
White with #CB9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9699; }
p { color: rgb(203,150,153); }
H1.HeaderClassName
{
color: #CB9699;
}
.AnyTagClassName
{
color: #CB9699;
}
</style>
background-color css
<style>
a { background-color: #CB9699; }
a { background-color: rgb(203,150,153); }
div.DivClassName
{
background-color: #CB9699;
}
.BgClassName
{
background-color: #CB9699;
}
</style>
border-color css
<style>
span { border-color: #CB9699; }
span { border-color: rgb(203,150,153); }
td.TdClassName
{
border-color: #CB9699;
}
.TagClassName
{
border-color: #CB9699;
}
</style>