Shades of Careys Pink #C8989F
Tints of Careys Pink #C8989F
RGB
CMYK
RGB Variations
Color information
#C8989F (or 0xC8989F) is known color: Careys Pink. HEX triplet: C8, 98 and 9F. RGB value is (200,152,159). Sum of RGB (Red+Green+Blue) = 200+152+159=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8989F is #376760. Grayscale: #A7A7A7. Windows color (decimal): -3630945 or 10459336. OLE color: 10459336.
HSL color Cylindrical-coordinate representation of color #C8989F: hue angle of 351.25º 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 #C8989F is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 159 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.22 |
| HSL | 351.25º | 0.3% | 0.69% | - |
| HSV(B) | 351.25º | 0.24% | 0.78% | - |
| XYZ | 41.31 | 37.24 | 37.81 | - |
| YUV | 167.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 159 | 0 | 0.24 | 0.20 | 0.22 | 351.25 | 0.3 | 0.69 |
| Hex | C8 | 98 | 9F | 0 | 18 | 14 | 16 | 15F | 1E | 45 |
| Octal | 310 | 230 | 237 | 0 | 30 | 24 | 26 | 537 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10011111 | 0 | 11000 | 10100 | 10110 | 101011111 | 11110 | 1000101 |
Color Harmonies of #C8989F
Complementary color
Monochromatic Colors of #C8989F
Black with #C8989F
Text Example
Text Example
White with #C8989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8989F; }
p { color: rgb(200,152,159); }
H1.HeaderClassName
{
color: #C8989F;
}
.AnyTagClassName
{
color: #C8989F;
}
</style>
background-color css
<style>
a { background-color: #C8989F; }
a { background-color: rgb(200,152,159); }
div.DivClassName
{
background-color: #C8989F;
}
.BgClassName
{
background-color: #C8989F;
}
</style>
border-color css
<style>
span { border-color: #C8989F; }
span { border-color: rgb(200,152,159); }
td.TdClassName
{
border-color: #C8989F;
}
.TagClassName
{
border-color: #C8989F;
}
</style>