Shades of Careys Pink #CB9799
Tints of Careys Pink #CB9799
RGB
CMYK
RGB Variations
Color information
#CB9799 (or 0xCB9799) is known color: Careys Pink. HEX triplet: CB, 97 and 99. RGB value is (203,151,153). Sum of RGB (Red+Green+Blue) = 203+151+153=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9799 is #346866. Grayscale: #A6A6A6. Windows color (decimal): -3434599 or 10065867. OLE color: 10065867.
HSL color Cylindrical-coordinate representation of color #CB9799: hue angle of 357.69º degrees, saturation: 0.33, 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 #CB9799 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 153 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.20 |
| HSL | 357.69º | 0.33% | 0.69% | - |
| HSV(B) | 357.69º | 0.26% | 0.8% | - |
| XYZ | 41.44 | 37.13 | 35.12 | - |
| YUV | 166.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 153 | 0 | 0.26 | 0.25 | 0.20 | 357.69 | 0.33 | 0.69 |
| Hex | CB | 97 | 99 | 0 | 1A | 19 | 14 | 166 | 21 | 45 |
| Octal | 313 | 227 | 231 | 0 | 32 | 31 | 24 | 546 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10011001 | 0 | 11010 | 11001 | 10100 | 101100110 | 100001 | 1000101 |
Color Harmonies of #CB9799
Complementary color
Monochromatic Colors of #CB9799
Black with #CB9799
Text Example
Text Example
White with #CB9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9799; }
p { color: rgb(203,151,153); }
H1.HeaderClassName
{
color: #CB9799;
}
.AnyTagClassName
{
color: #CB9799;
}
</style>
background-color css
<style>
a { background-color: #CB9799; }
a { background-color: rgb(203,151,153); }
div.DivClassName
{
background-color: #CB9799;
}
.BgClassName
{
background-color: #CB9799;
}
</style>
border-color css
<style>
span { border-color: #CB9799; }
span { border-color: rgb(203,151,153); }
td.TdClassName
{
border-color: #CB9799;
}
.TagClassName
{
border-color: #CB9799;
}
</style>