Shades of Careys Pink #C798A1
Tints of Careys Pink #C798A1
RGB
CMYK
RGB Variations
Color information
#C798A1 (or 0xC798A1) is known color: Careys Pink. HEX triplet: C7, 98 and A1. RGB value is (199,152,161). Sum of RGB (Red+Green+Blue) = 199+152+161=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C798A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C798A1 is #38675E. Grayscale: #A7A7A7. Windows color (decimal): -3696479 or 10590407. OLE color: 10590407.
HSL color Cylindrical-coordinate representation of color #C798A1: hue angle of 348.51º 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 #C798A1 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 161 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.22 |
| HSL | 348.51º | 0.3% | 0.69% | - |
| HSV(B) | 348.51º | 0.24% | 0.78% | - |
| XYZ | 41.21 | 37.17 | 38.72 | - |
| YUV | 167.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 161 | 0 | 0.24 | 0.19 | 0.22 | 348.51 | 0.3 | 0.69 |
| Hex | C7 | 98 | A1 | 0 | 18 | 13 | 16 | 15D | 1E | 45 |
| Octal | 307 | 230 | 241 | 0 | 30 | 23 | 26 | 535 | 36 | 105 |
| Binary | 11000111 | 10011000 | 10100001 | 0 | 11000 | 10011 | 10110 | 101011101 | 11110 | 1000101 |
Color Harmonies of #C798A1
Complementary color
Monochromatic Colors of #C798A1
Black with #C798A1
Text Example
Text Example
White with #C798A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798A1; }
p { color: rgb(199,152,161); }
H1.HeaderClassName
{
color: #C798A1;
}
.AnyTagClassName
{
color: #C798A1;
}
</style>
background-color css
<style>
a { background-color: #C798A1; }
a { background-color: rgb(199,152,161); }
div.DivClassName
{
background-color: #C798A1;
}
.BgClassName
{
background-color: #C798A1;
}
</style>
border-color css
<style>
span { border-color: #C798A1; }
span { border-color: rgb(199,152,161); }
td.TdClassName
{
border-color: #C798A1;
}
.TagClassName
{
border-color: #C798A1;
}
</style>