Shades of Careys Pink #C8979A
Tints of Careys Pink #C8979A
RGB
CMYK
RGB Variations
Color information
#C8979A (or 0xC8979A) is known color: Careys Pink. HEX triplet: C8, 97 and 9A. RGB value is (200,151,154). Sum of RGB (Red+Green+Blue) = 200+151+154=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8979A is #376865. Grayscale: #A6A6A6. Windows color (decimal): -3631206 or 10131400. OLE color: 10131400.
HSL color Cylindrical-coordinate representation of color #C8979A: hue angle of 356.33º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8979A is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 154 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.22 |
| HSL | 356.33º | 0.31% | 0.69% | - |
| HSV(B) | 356.33º | 0.25% | 0.78% | - |
| XYZ | 40.72 | 36.75 | 35.52 | - |
| YUV | 165.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 154 | 0 | 0.24 | 0.23 | 0.22 | 356.33 | 0.31 | 0.69 |
| Hex | C8 | 97 | 9A | 0 | 18 | 17 | 16 | 164 | 1F | 45 |
| Octal | 310 | 227 | 232 | 0 | 30 | 27 | 26 | 544 | 37 | 105 |
| Binary | 11001000 | 10010111 | 10011010 | 0 | 11000 | 10111 | 10110 | 101100100 | 11111 | 1000101 |
Color Harmonies of #C8979A
Complementary color
Monochromatic Colors of #C8979A
Black with #C8979A
Text Example
Text Example
White with #C8979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8979A; }
p { color: rgb(200,151,154); }
H1.HeaderClassName
{
color: #C8979A;
}
.AnyTagClassName
{
color: #C8979A;
}
</style>
background-color css
<style>
a { background-color: #C8979A; }
a { background-color: rgb(200,151,154); }
div.DivClassName
{
background-color: #C8979A;
}
.BgClassName
{
background-color: #C8979A;
}
</style>
border-color css
<style>
span { border-color: #C8979A; }
span { border-color: rgb(200,151,154); }
td.TdClassName
{
border-color: #C8979A;
}
.TagClassName
{
border-color: #C8979A;
}
</style>