Shades of Careys Pink #C79093
Tints of Careys Pink #C79093
RGB
CMYK
RGB Variations
Color information
#C79093 (or 0xC79093) is known color: Careys Pink. HEX triplet: C7, 90 and 93. RGB value is (199,144,147). Sum of RGB (Red+Green+Blue) = 199+144+147=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C79093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79093 is #386F6C. Grayscale: #A0A0A0. Windows color (decimal): -3698541 or 9670855. OLE color: 9670855.
HSL color Cylindrical-coordinate representation of color #C79093: hue angle of 356.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C79093 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 147 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.22 |
| HSL | 356.73º | 0.33% | 0.67% | - |
| HSV(B) | 356.73º | 0.28% | 0.78% | - |
| XYZ | 38.79 | 34.2 | 32.16 | - |
| YUV | 160.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 147 | 0 | 0.28 | 0.26 | 0.22 | 356.73 | 0.33 | 0.67 |
| Hex | C7 | 90 | 93 | 0 | 1C | 1A | 16 | 165 | 21 | 43 |
| Octal | 307 | 220 | 223 | 0 | 34 | 32 | 26 | 545 | 41 | 103 |
| Binary | 11000111 | 10010000 | 10010011 | 0 | 11100 | 11010 | 10110 | 101100101 | 100001 | 1000011 |
Color Harmonies of #C79093
Complementary color
Monochromatic Colors of #C79093
Black with #C79093
Text Example
Text Example
White with #C79093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79093; }
p { color: rgb(199,144,147); }
H1.HeaderClassName
{
color: #C79093;
}
.AnyTagClassName
{
color: #C79093;
}
</style>
background-color css
<style>
a { background-color: #C79093; }
a { background-color: rgb(199,144,147); }
div.DivClassName
{
background-color: #C79093;
}
.BgClassName
{
background-color: #C79093;
}
</style>
border-color css
<style>
span { border-color: #C79093; }
span { border-color: rgb(199,144,147); }
td.TdClassName
{
border-color: #C79093;
}
.TagClassName
{
border-color: #C79093;
}
</style>