Shades of Careys Pink #C898A3
Tints of Careys Pink #C898A3
RGB
CMYK
RGB Variations
Color information
#C898A3 (or 0xC898A3) is known color: Careys Pink. HEX triplet: C8, 98 and A3. RGB value is (200,152,163). Sum of RGB (Red+Green+Blue) = 200+152+163=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C898A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C898A3 is #37675C. Grayscale: #A7A7A7. Windows color (decimal): -3630941 or 10721480. OLE color: 10721480.
HSL color Cylindrical-coordinate representation of color #C898A3: hue angle of 346.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 #C898A3 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 163 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.22 |
| HSL | 346.25º | 0.3% | 0.69% | - |
| HSV(B) | 346.25º | 0.24% | 0.78% | - |
| XYZ | 41.66 | 37.38 | 39.67 | - |
| YUV | 167.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 163 | 0 | 0.24 | 0.18 | 0.22 | 346.25 | 0.3 | 0.69 |
| Hex | C8 | 98 | A3 | 0 | 18 | 12 | 16 | 15A | 1E | 45 |
| Octal | 310 | 230 | 243 | 0 | 30 | 22 | 26 | 532 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10100011 | 0 | 11000 | 10010 | 10110 | 101011010 | 11110 | 1000101 |
Color Harmonies of #C898A3
Complementary color
Monochromatic Colors of #C898A3
Black with #C898A3
Text Example
Text Example
White with #C898A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898A3; }
p { color: rgb(200,152,163); }
H1.HeaderClassName
{
color: #C898A3;
}
.AnyTagClassName
{
color: #C898A3;
}
</style>
background-color css
<style>
a { background-color: #C898A3; }
a { background-color: rgb(200,152,163); }
div.DivClassName
{
background-color: #C898A3;
}
.BgClassName
{
background-color: #C898A3;
}
</style>
border-color css
<style>
span { border-color: #C898A3; }
span { border-color: rgb(200,152,163); }
td.TdClassName
{
border-color: #C898A3;
}
.TagClassName
{
border-color: #C898A3;
}
</style>