Shades of Careys Pink #CB979F
Tints of Careys Pink #CB979F
RGB
CMYK
RGB Variations
Color information
#CB979F (or 0xCB979F) is known color: Careys Pink. HEX triplet: CB, 97 and 9F. RGB value is (203,151,159). Sum of RGB (Red+Green+Blue) = 203+151+159=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB979F is #346860. Grayscale: #A7A7A7. Windows color (decimal): -3434593 or 10459083. OLE color: 10459083.
HSL color Cylindrical-coordinate representation of color #CB979F: hue angle of 350.77º 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 #CB979F is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 159 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.20 |
| HSL | 350.77º | 0.33% | 0.69% | - |
| HSV(B) | 350.77º | 0.26% | 0.8% | - |
| XYZ | 41.95 | 37.33 | 37.8 | - |
| YUV | 167.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 159 | 0 | 0.26 | 0.22 | 0.20 | 350.77 | 0.33 | 0.69 |
| Hex | CB | 97 | 9F | 0 | 1A | 16 | 14 | 15F | 21 | 45 |
| Octal | 313 | 227 | 237 | 0 | 32 | 26 | 24 | 537 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10011111 | 0 | 11010 | 10110 | 10100 | 101011111 | 100001 | 1000101 |
Color Harmonies of #CB979F
Complementary color
Monochromatic Colors of #CB979F
Black with #CB979F
Text Example
Text Example
White with #CB979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB979F; }
p { color: rgb(203,151,159); }
H1.HeaderClassName
{
color: #CB979F;
}
.AnyTagClassName
{
color: #CB979F;
}
</style>
background-color css
<style>
a { background-color: #CB979F; }
a { background-color: rgb(203,151,159); }
div.DivClassName
{
background-color: #CB979F;
}
.BgClassName
{
background-color: #CB979F;
}
</style>
border-color css
<style>
span { border-color: #CB979F; }
span { border-color: rgb(203,151,159); }
td.TdClassName
{
border-color: #CB979F;
}
.TagClassName
{
border-color: #CB979F;
}
</style>