Shades of Careys Pink #CB979E
Tints of Careys Pink #CB979E
RGB
CMYK
RGB Variations
Color information
#CB979E (or 0xCB979E) is known color: Careys Pink. HEX triplet: CB, 97 and 9E. RGB value is (203,151,158). Sum of RGB (Red+Green+Blue) = 203+151+158=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB979E is #346861. Grayscale: #A7A7A7. Windows color (decimal): -3434594 or 10393547. OLE color: 10393547.
HSL color Cylindrical-coordinate representation of color #CB979E: hue angle of 351.92º 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 #CB979E is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 158 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.20 |
| HSL | 351.92º | 0.33% | 0.69% | - |
| HSV(B) | 351.92º | 0.26% | 0.8% | - |
| XYZ | 41.87 | 37.3 | 37.34 | - |
| YUV | 167.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 158 | 0 | 0.26 | 0.22 | 0.20 | 351.92 | 0.33 | 0.69 |
| Hex | CB | 97 | 9E | 0 | 1A | 16 | 14 | 160 | 21 | 45 |
| Octal | 313 | 227 | 236 | 0 | 32 | 26 | 24 | 540 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10011110 | 0 | 11010 | 10110 | 10100 | 101100000 | 100001 | 1000101 |
Color Harmonies of #CB979E
Complementary color
Monochromatic Colors of #CB979E
Black with #CB979E
Text Example
Text Example
White with #CB979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB979E; }
p { color: rgb(203,151,158); }
H1.HeaderClassName
{
color: #CB979E;
}
.AnyTagClassName
{
color: #CB979E;
}
</style>
background-color css
<style>
a { background-color: #CB979E; }
a { background-color: rgb(203,151,158); }
div.DivClassName
{
background-color: #CB979E;
}
.BgClassName
{
background-color: #CB979E;
}
</style>
border-color css
<style>
span { border-color: #CB979E; }
span { border-color: rgb(203,151,158); }
td.TdClassName
{
border-color: #CB979E;
}
.TagClassName
{
border-color: #CB979E;
}
</style>