Shades of Careys Pink #C8989A
Tints of Careys Pink #C8989A
RGB
CMYK
RGB Variations
Color information
#C8989A (or 0xC8989A) is known color: Careys Pink. HEX triplet: C8, 98 and 9A. RGB value is (200,152,154). Sum of RGB (Red+Green+Blue) = 200+152+154=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8989A is #376765. Grayscale: #A6A6A6. Windows color (decimal): -3630950 or 10131656. OLE color: 10131656.
HSL color Cylindrical-coordinate representation of color #C8989A: hue angle of 357.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8989A is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 154 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.22 |
| HSL | 357.5º | 0.3% | 0.69% | - |
| HSV(B) | 357.5º | 0.24% | 0.78% | - |
| XYZ | 40.88 | 37.07 | 35.57 | - |
| YUV | 166.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 154 | 0 | 0.24 | 0.23 | 0.22 | 357.5 | 0.3 | 0.69 |
| Hex | C8 | 98 | 9A | 0 | 18 | 17 | 16 | 166 | 1E | 45 |
| Octal | 310 | 230 | 232 | 0 | 30 | 27 | 26 | 546 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10011010 | 0 | 11000 | 10111 | 10110 | 101100110 | 11110 | 1000101 |
Color Harmonies of #C8989A
Complementary color
Monochromatic Colors of #C8989A
Black with #C8989A
Text Example
Text Example
White with #C8989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8989A; }
p { color: rgb(200,152,154); }
H1.HeaderClassName
{
color: #C8989A;
}
.AnyTagClassName
{
color: #C8989A;
}
</style>
background-color css
<style>
a { background-color: #C8989A; }
a { background-color: rgb(200,152,154); }
div.DivClassName
{
background-color: #C8989A;
}
.BgClassName
{
background-color: #C8989A;
}
</style>
border-color css
<style>
span { border-color: #C8989A; }
span { border-color: rgb(200,152,154); }
td.TdClassName
{
border-color: #C8989A;
}
.TagClassName
{
border-color: #C8989A;
}
</style>