Shades of Careys Pink #C798A0
Tints of Careys Pink #C798A0
RGB
CMYK
RGB Variations
Color information
#C798A0 (or 0xC798A0) is known color: Careys Pink. HEX triplet: C7, 98 and A0. RGB value is (199,152,160). Sum of RGB (Red+Green+Blue) = 199+152+160=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C798A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C798A0 is #38675F. Grayscale: #A6A6A6. Windows color (decimal): -3696480 or 10524871. OLE color: 10524871.
HSL color Cylindrical-coordinate representation of color #C798A0: hue angle of 349.79º 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 #C798A0 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 160 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.22 |
| HSL | 349.79º | 0.3% | 0.69% | - |
| HSV(B) | 349.79º | 0.24% | 0.78% | - |
| XYZ | 41.13 | 37.14 | 38.26 | - |
| YUV | 166.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 160 | 0 | 0.24 | 0.20 | 0.22 | 349.79 | 0.3 | 0.69 |
| Hex | C7 | 98 | A0 | 0 | 18 | 14 | 16 | 15E | 1E | 45 |
| Octal | 307 | 230 | 240 | 0 | 30 | 24 | 26 | 536 | 36 | 105 |
| Binary | 11000111 | 10011000 | 10100000 | 0 | 11000 | 10100 | 10110 | 101011110 | 11110 | 1000101 |
Color Harmonies of #C798A0
Complementary color
Monochromatic Colors of #C798A0
Black with #C798A0
Text Example
Text Example
White with #C798A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798A0; }
p { color: rgb(199,152,160); }
H1.HeaderClassName
{
color: #C798A0;
}
.AnyTagClassName
{
color: #C798A0;
}
</style>
background-color css
<style>
a { background-color: #C798A0; }
a { background-color: rgb(199,152,160); }
div.DivClassName
{
background-color: #C798A0;
}
.BgClassName
{
background-color: #C798A0;
}
</style>
border-color css
<style>
span { border-color: #C798A0; }
span { border-color: rgb(199,152,160); }
td.TdClassName
{
border-color: #C798A0;
}
.TagClassName
{
border-color: #C798A0;
}
</style>