Shades of Careys Pink #C799A0
Tints of Careys Pink #C799A0
RGB
CMYK
RGB Variations
Color information
#C799A0 (or 0xC799A0) is known color: Careys Pink. HEX triplet: C7, 99 and A0. RGB value is (199,153,160). Sum of RGB (Red+Green+Blue) = 199+153+160=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C799A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C799A0 is #38665F. Grayscale: #A7A7A7. Windows color (decimal): -3696224 or 10525127. OLE color: 10525127.
HSL color Cylindrical-coordinate representation of color #C799A0: hue angle of 350.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C799A0 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 153 | 160 | - |
CMYK | 0 | 0.23 | 0.20 | 0.22 |
HSL | 350.87º | 0.29% | 0.69% | - |
HSV(B) | 350.87º | 0.23% | 0.78% | - |
XYZ | 41.29 | 37.46 | 38.31 | - |
YUV | 167.55 | 123.74 | 150.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 153 | 160 | 0 | 0.23 | 0.20 | 0.22 | 350.87 | 0.29 | 0.69 |
Hex | C7 | 99 | A0 | 0 | 17 | 14 | 16 | 15F | 1D | 45 |
Octal | 307 | 231 | 240 | 0 | 27 | 24 | 26 | 537 | 35 | 105 |
Binary | 11000111 | 10011001 | 10100000 | 0 | 10111 | 10100 | 10110 | 101011111 | 11101 | 1000101 |
Color Harmonies of #C799A0
Complementary color
Monochromatic Colors of #C799A0
Black with #C799A0
Text Example
Text Example
White with #C799A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C799A0; }
p { color: rgb(199,153,160); }
H1.HeaderClassName
{
color: #C799A0;
}
.AnyTagClassName
{
color: #C799A0;
}
</style>
background-color css
<style>
a { background-color: #C799A0; }
a { background-color: rgb(199,153,160); }
div.DivClassName
{
background-color: #C799A0;
}
.BgClassName
{
background-color: #C799A0;
}
</style>
border-color css
<style>
span { border-color: #C799A0; }
span { border-color: rgb(199,153,160); }
td.TdClassName
{
border-color: #C799A0;
}
.TagClassName
{
border-color: #C799A0;
}
</style>