Shades of Careys Pink #C78F91
Tints of Careys Pink #C78F91
RGB
CMYK
RGB Variations
Color information
#C78F91 (or 0xC78F91) is known color: Careys Pink. HEX triplet: C7, 8F and 91. RGB value is (199,143,145). Sum of RGB (Red+Green+Blue) = 199+143+145=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78F91 is #38706E. Grayscale: #A0A0A0. Windows color (decimal): -3698799 or 9539527. OLE color: 9539527.
HSL color Cylindrical-coordinate representation of color #C78F91: hue angle of 357.86º 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 #C78F91 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 145 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.22 |
| HSL | 357.86º | 0.33% | 0.67% | - |
| HSV(B) | 357.86º | 0.28% | 0.78% | - |
| XYZ | 38.49 | 33.83 | 31.29 | - |
| YUV | 159.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 145 | 0 | 0.28 | 0.27 | 0.22 | 357.86 | 0.33 | 0.67 |
| Hex | C7 | 8F | 91 | 0 | 1C | 1B | 16 | 166 | 21 | 43 |
| Octal | 307 | 217 | 221 | 0 | 34 | 33 | 26 | 546 | 41 | 103 |
| Binary | 11000111 | 10001111 | 10010001 | 0 | 11100 | 11011 | 10110 | 101100110 | 100001 | 1000011 |
Color Harmonies of #C78F91
Complementary color
Monochromatic Colors of #C78F91
Black with #C78F91
Text Example
Text Example
White with #C78F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F91; }
p { color: rgb(199,143,145); }
H1.HeaderClassName
{
color: #C78F91;
}
.AnyTagClassName
{
color: #C78F91;
}
</style>
background-color css
<style>
a { background-color: #C78F91; }
a { background-color: rgb(199,143,145); }
div.DivClassName
{
background-color: #C78F91;
}
.BgClassName
{
background-color: #C78F91;
}
</style>
border-color css
<style>
span { border-color: #C78F91; }
span { border-color: rgb(199,143,145); }
td.TdClassName
{
border-color: #C78F91;
}
.TagClassName
{
border-color: #C78F91;
}
</style>