Shades of Careys Pink #C897A0
Tints of Careys Pink #C897A0
RGB
CMYK
RGB Variations
Color information
#C897A0 (or 0xC897A0) is known color: Careys Pink. HEX triplet: C8, 97 and A0. RGB value is (200,151,160). Sum of RGB (Red+Green+Blue) = 200+151+160=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C897A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C897A0 is #37685F. Grayscale: #A6A6A6. Windows color (decimal): -3631200 or 10524616. OLE color: 10524616.
HSL color Cylindrical-coordinate representation of color #C897A0: hue angle of 348.98º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C897A0 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 160 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.22 |
| HSL | 348.98º | 0.31% | 0.69% | - |
| HSV(B) | 348.98º | 0.25% | 0.78% | - |
| XYZ | 41.23 | 36.95 | 38.22 | - |
| YUV | 166.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 160 | 0 | 0.24 | 0.2 | 0.22 | 348.98 | 0.31 | 0.69 |
| Hex | C8 | 97 | A0 | 0 | 18 | 14 | 16 | 15D | 1F | 45 |
| Octal | 310 | 227 | 240 | 0 | 30 | 24 | 26 | 535 | 37 | 105 |
| Binary | 11001000 | 10010111 | 10100000 | 0 | 11000 | 10100 | 10110 | 101011101 | 11111 | 1000101 |
Color Harmonies of #C897A0
Complementary color
Monochromatic Colors of #C897A0
Black with #C897A0
Text Example
Text Example
White with #C897A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897A0; }
p { color: rgb(200,151,160); }
H1.HeaderClassName
{
color: #C897A0;
}
.AnyTagClassName
{
color: #C897A0;
}
</style>
background-color css
<style>
a { background-color: #C897A0; }
a { background-color: rgb(200,151,160); }
div.DivClassName
{
background-color: #C897A0;
}
.BgClassName
{
background-color: #C897A0;
}
</style>
border-color css
<style>
span { border-color: #C897A0; }
span { border-color: rgb(200,151,160); }
td.TdClassName
{
border-color: #C897A0;
}
.TagClassName
{
border-color: #C897A0;
}
</style>