Shades of Careys Pink #CB9698
Tints of Careys Pink #CB9698
RGB
CMYK
RGB Variations
Color information
#CB9698 (or 0xCB9698) is known color: Careys Pink. HEX triplet: CB, 96 and 98. RGB value is (203,150,152). Sum of RGB (Red+Green+Blue) = 203+150+152=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9698 is #346967. Grayscale: #A6A6A6. Windows color (decimal): -3434856 or 10000075. OLE color: 10000075.
HSL color Cylindrical-coordinate representation of color #CB9698: hue angle of 357.74º 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 #CB9698 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 152 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.20 |
| HSL | 357.74º | 0.34% | 0.69% | - |
| HSV(B) | 357.74º | 0.26% | 0.8% | - |
| XYZ | 41.2 | 36.78 | 34.63 | - |
| YUV | 166.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 152 | 0 | 0.26 | 0.25 | 0.20 | 357.74 | 0.34 | 0.69 |
| Hex | CB | 96 | 98 | 0 | 1A | 19 | 14 | 166 | 22 | 45 |
| Octal | 313 | 226 | 230 | 0 | 32 | 31 | 24 | 546 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10011000 | 0 | 11010 | 11001 | 10100 | 101100110 | 100010 | 1000101 |
Color Harmonies of #CB9698
Complementary color
Monochromatic Colors of #CB9698
Black with #CB9698
Text Example
Text Example
White with #CB9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9698; }
p { color: rgb(203,150,152); }
H1.HeaderClassName
{
color: #CB9698;
}
.AnyTagClassName
{
color: #CB9698;
}
</style>
background-color css
<style>
a { background-color: #CB9698; }
a { background-color: rgb(203,150,152); }
div.DivClassName
{
background-color: #CB9698;
}
.BgClassName
{
background-color: #CB9698;
}
</style>
border-color css
<style>
span { border-color: #CB9698; }
span { border-color: rgb(203,150,152); }
td.TdClassName
{
border-color: #CB9698;
}
.TagClassName
{
border-color: #CB9698;
}
</style>