Shades of Careys Pink #C899A0
Tints of Careys Pink #C899A0
RGB
CMYK
RGB Variations
Color information
#C899A0 (or 0xC899A0) is known color: Careys Pink. HEX triplet: C8, 99 and A0. RGB value is (200,153,160). Sum of RGB (Red+Green+Blue) = 200+153+160=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C899A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C899A0 is #37665F. Grayscale: #A7A7A7. Windows color (decimal): -3630688 or 10525128. OLE color: 10525128.
HSL color Cylindrical-coordinate representation of color #C899A0: hue angle of 351.06º 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 #C899A0 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 160 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.22 |
| HSL | 351.06º | 0.3% | 0.69% | - |
| HSV(B) | 351.06º | 0.24% | 0.78% | - |
| XYZ | 41.56 | 37.6 | 38.32 | - |
| YUV | 167.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 160 | 0 | 0.24 | 0.2 | 0.22 | 351.06 | 0.3 | 0.69 |
| Hex | C8 | 99 | A0 | 0 | 18 | 14 | 16 | 15F | 1E | 45 |
| Octal | 310 | 231 | 240 | 0 | 30 | 24 | 26 | 537 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10100000 | 0 | 11000 | 10100 | 10110 | 101011111 | 11110 | 1000101 |
Color Harmonies of #C899A0
Complementary color
Monochromatic Colors of #C899A0
Black with #C899A0
Text Example
Text Example
White with #C899A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899A0; }
p { color: rgb(200,153,160); }
H1.HeaderClassName
{
color: #C899A0;
}
.AnyTagClassName
{
color: #C899A0;
}
</style>
background-color css
<style>
a { background-color: #C899A0; }
a { background-color: rgb(200,153,160); }
div.DivClassName
{
background-color: #C899A0;
}
.BgClassName
{
background-color: #C899A0;
}
</style>
border-color css
<style>
span { border-color: #C899A0; }
span { border-color: rgb(200,153,160); }
td.TdClassName
{
border-color: #C899A0;
}
.TagClassName
{
border-color: #C899A0;
}
</style>