Shades of Careys Pink #C897A1
Tints of Careys Pink #C897A1
RGB
CMYK
RGB Variations
Color information
#C897A1 (or 0xC897A1) is known color: Careys Pink. HEX triplet: C8, 97 and A1. RGB value is (200,151,161). Sum of RGB (Red+Green+Blue) = 200+151+161=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C897A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C897A1 is #37685E. Grayscale: #A6A6A6. Windows color (decimal): -3631199 or 10590152. OLE color: 10590152.
HSL color Cylindrical-coordinate representation of color #C897A1: hue angle of 347.76º 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 #C897A1 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 161 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.22 |
| HSL | 347.76º | 0.31% | 0.69% | - |
| HSV(B) | 347.76º | 0.25% | 0.78% | - |
| XYZ | 41.32 | 36.99 | 38.68 | - |
| YUV | 166.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 161 | 0 | 0.24 | 0.19 | 0.22 | 347.76 | 0.31 | 0.69 |
| Hex | C8 | 97 | A1 | 0 | 18 | 13 | 16 | 15C | 1F | 45 |
| Octal | 310 | 227 | 241 | 0 | 30 | 23 | 26 | 534 | 37 | 105 |
| Binary | 11001000 | 10010111 | 10100001 | 0 | 11000 | 10011 | 10110 | 101011100 | 11111 | 1000101 |
Color Harmonies of #C897A1
Complementary color
Monochromatic Colors of #C897A1
Black with #C897A1
Text Example
Text Example
White with #C897A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897A1; }
p { color: rgb(200,151,161); }
H1.HeaderClassName
{
color: #C897A1;
}
.AnyTagClassName
{
color: #C897A1;
}
</style>
background-color css
<style>
a { background-color: #C897A1; }
a { background-color: rgb(200,151,161); }
div.DivClassName
{
background-color: #C897A1;
}
.BgClassName
{
background-color: #C897A1;
}
</style>
border-color css
<style>
span { border-color: #C897A1; }
span { border-color: rgb(200,151,161); }
td.TdClassName
{
border-color: #C897A1;
}
.TagClassName
{
border-color: #C897A1;
}
</style>