Shades of Careys Pink #C9979C
Tints of Careys Pink #C9979C
RGB
CMYK
RGB Variations
Color information
#C9979C (or 0xC9979C) is known color: Careys Pink. HEX triplet: C9, 97 and 9C. RGB value is (201,151,156). Sum of RGB (Red+Green+Blue) = 201+151+156=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9979C is #366863. Grayscale: #A6A6A6. Windows color (decimal): -3565668 or 10262473. OLE color: 10262473.
HSL color Cylindrical-coordinate representation of color #C9979C: hue angle of 354º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9979C is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 156 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.21 |
| HSL | 354º | 0.32% | 0.69% | - |
| HSV(B) | 354º | 0.25% | 0.79% | - |
| XYZ | 41.15 | 36.95 | 36.42 | - |
| YUV | 166.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 156 | 0 | 0.25 | 0.22 | 0.21 | 354 | 0.32 | 0.69 |
| Hex | C9 | 97 | 9C | 0 | 19 | 16 | 15 | 162 | 20 | 45 |
| Octal | 311 | 227 | 234 | 0 | 31 | 26 | 25 | 542 | 40 | 105 |
| Binary | 11001001 | 10010111 | 10011100 | 0 | 11001 | 10110 | 10101 | 101100010 | 100000 | 1000101 |
Color Harmonies of #C9979C
Complementary color
Monochromatic Colors of #C9979C
Black with #C9979C
Text Example
Text Example
White with #C9979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9979C; }
p { color: rgb(201,151,156); }
H1.HeaderClassName
{
color: #C9979C;
}
.AnyTagClassName
{
color: #C9979C;
}
</style>
background-color css
<style>
a { background-color: #C9979C; }
a { background-color: rgb(201,151,156); }
div.DivClassName
{
background-color: #C9979C;
}
.BgClassName
{
background-color: #C9979C;
}
</style>
border-color css
<style>
span { border-color: #C9979C; }
span { border-color: rgb(201,151,156); }
td.TdClassName
{
border-color: #C9979C;
}
.TagClassName
{
border-color: #C9979C;
}
</style>