Shades of Careys Pink #C8989D
Tints of Careys Pink #C8989D
RGB
CMYK
RGB Variations
Color information
#C8989D (or 0xC8989D) is known color: Careys Pink. HEX triplet: C8, 98 and 9D. RGB value is (200,152,157). Sum of RGB (Red+Green+Blue) = 200+152+157=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8989D is #376762. Grayscale: #A6A6A6. Windows color (decimal): -3630947 or 10328264. OLE color: 10328264.
HSL color Cylindrical-coordinate representation of color #C8989D: hue angle of 353.75º 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 #C8989D is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 157 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.22 |
| HSL | 353.75º | 0.3% | 0.69% | - |
| HSV(B) | 353.75º | 0.24% | 0.78% | - |
| XYZ | 41.13 | 37.17 | 36.9 | - |
| YUV | 166.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 157 | 0 | 0.24 | 0.22 | 0.22 | 353.75 | 0.3 | 0.69 |
| Hex | C8 | 98 | 9D | 0 | 18 | 16 | 16 | 162 | 1E | 45 |
| Octal | 310 | 230 | 235 | 0 | 30 | 26 | 26 | 542 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10011101 | 0 | 11000 | 10110 | 10110 | 101100010 | 11110 | 1000101 |
Color Harmonies of #C8989D
Complementary color
Monochromatic Colors of #C8989D
Black with #C8989D
Text Example
Text Example
White with #C8989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8989D; }
p { color: rgb(200,152,157); }
H1.HeaderClassName
{
color: #C8989D;
}
.AnyTagClassName
{
color: #C8989D;
}
</style>
background-color css
<style>
a { background-color: #C8989D; }
a { background-color: rgb(200,152,157); }
div.DivClassName
{
background-color: #C8989D;
}
.BgClassName
{
background-color: #C8989D;
}
</style>
border-color css
<style>
span { border-color: #C8989D; }
span { border-color: rgb(200,152,157); }
td.TdClassName
{
border-color: #C8989D;
}
.TagClassName
{
border-color: #C8989D;
}
</style>