Shades of Careys Pink #C898A1
Tints of Careys Pink #C898A1
RGB
CMYK
RGB Variations
Color information
#C898A1 (or 0xC898A1) is known color: Careys Pink. HEX triplet: C8, 98 and A1. RGB value is (200,152,161). Sum of RGB (Red+Green+Blue) = 200+152+161=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C898A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C898A1 is #37675E. Grayscale: #A7A7A7. Windows color (decimal): -3630943 or 10590408. OLE color: 10590408.
HSL color Cylindrical-coordinate representation of color #C898A1: hue angle of 348.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 #C898A1 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 161 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.22 |
| HSL | 348.75º | 0.3% | 0.69% | - |
| HSV(B) | 348.75º | 0.24% | 0.78% | - |
| XYZ | 41.48 | 37.31 | 38.73 | - |
| YUV | 167.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 161 | 0 | 0.24 | 0.19 | 0.22 | 348.75 | 0.3 | 0.69 |
| Hex | C8 | 98 | A1 | 0 | 18 | 13 | 16 | 15D | 1E | 45 |
| Octal | 310 | 230 | 241 | 0 | 30 | 23 | 26 | 535 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10100001 | 0 | 11000 | 10011 | 10110 | 101011101 | 11110 | 1000101 |
Color Harmonies of #C898A1
Complementary color
Monochromatic Colors of #C898A1
Black with #C898A1
Text Example
Text Example
White with #C898A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898A1; }
p { color: rgb(200,152,161); }
H1.HeaderClassName
{
color: #C898A1;
}
.AnyTagClassName
{
color: #C898A1;
}
</style>
background-color css
<style>
a { background-color: #C898A1; }
a { background-color: rgb(200,152,161); }
div.DivClassName
{
background-color: #C898A1;
}
.BgClassName
{
background-color: #C898A1;
}
</style>
border-color css
<style>
span { border-color: #C898A1; }
span { border-color: rgb(200,152,161); }
td.TdClassName
{
border-color: #C898A1;
}
.TagClassName
{
border-color: #C898A1;
}
</style>