Shades of Careys Pink #C79C9F
Tints of Careys Pink #C79C9F
RGB
CMYK
RGB Variations
Color information
#C79C9F (or 0xC79C9F) is known color: Careys Pink. HEX triplet: C7, 9C and 9F. RGB value is (199,156,159). Sum of RGB (Red+Green+Blue) = 199+156+159=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79C9F is #386360. Grayscale: #A9A9A9. Windows color (decimal): -3695457 or 10460359. OLE color: 10460359.
HSL color Cylindrical-coordinate representation of color #C79C9F: hue angle of 355.81º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C79C9F is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 156 | 159 | - |
CMYK | 0 | 0.22 | 0.20 | 0.22 |
HSL | 355.81º | 0.28% | 0.7% | - |
HSV(B) | 355.81º | 0.22% | 0.78% | - |
XYZ | 41.7 | 38.42 | 38.02 | - |
YUV | 169.2 | 122.25 | 149.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 156 | 159 | 0 | 0.22 | 0.20 | 0.22 | 355.81 | 0.28 | 0.7 |
Hex | C7 | 9C | 9F | 0 | 16 | 14 | 16 | 164 | 1C | 46 |
Octal | 307 | 234 | 237 | 0 | 26 | 24 | 26 | 544 | 34 | 106 |
Binary | 11000111 | 10011100 | 10011111 | 0 | 10110 | 10100 | 10110 | 101100100 | 11100 | 1000110 |
Color Harmonies of #C79C9F
Complementary color
Monochromatic Colors of #C79C9F
Black with #C79C9F
Text Example
Text Example
White with #C79C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C9F; }
p { color: rgb(199,156,159); }
H1.HeaderClassName
{
color: #C79C9F;
}
.AnyTagClassName
{
color: #C79C9F;
}
</style>
background-color css
<style>
a { background-color: #C79C9F; }
a { background-color: rgb(199,156,159); }
div.DivClassName
{
background-color: #C79C9F;
}
.BgClassName
{
background-color: #C79C9F;
}
</style>
border-color css
<style>
span { border-color: #C79C9F; }
span { border-color: rgb(199,156,159); }
td.TdClassName
{
border-color: #C79C9F;
}
.TagClassName
{
border-color: #C79C9F;
}
</style>