Shades of Careys Pink #C79296
Tints of Careys Pink #C79296
RGB
CMYK
RGB Variations
Color information
#C79296 (or 0xC79296) is known color: Careys Pink. HEX triplet: C7, 92 and 96. RGB value is (199,146,150). Sum of RGB (Red+Green+Blue) = 199+146+150=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C79296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79296 is #386D69. Grayscale: #A2A2A2. Windows color (decimal): -3698026 or 9867975. OLE color: 9867975.
HSL color Cylindrical-coordinate representation of color #C79296: hue angle of 355.47º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79296 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 150 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.22 |
| HSL | 355.47º | 0.32% | 0.68% | - |
| HSV(B) | 355.47º | 0.27% | 0.78% | - |
| XYZ | 39.34 | 34.9 | 33.52 | - |
| YUV | 162.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 150 | 0 | 0.27 | 0.25 | 0.22 | 355.47 | 0.32 | 0.68 |
| Hex | C7 | 92 | 96 | 0 | 1B | 19 | 16 | 163 | 20 | 44 |
| Octal | 307 | 222 | 226 | 0 | 33 | 31 | 26 | 543 | 40 | 104 |
| Binary | 11000111 | 10010010 | 10010110 | 0 | 11011 | 11001 | 10110 | 101100011 | 100000 | 1000100 |
Color Harmonies of #C79296
Complementary color
Monochromatic Colors of #C79296
Black with #C79296
Text Example
Text Example
White with #C79296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79296; }
p { color: rgb(199,146,150); }
H1.HeaderClassName
{
color: #C79296;
}
.AnyTagClassName
{
color: #C79296;
}
</style>
background-color css
<style>
a { background-color: #C79296; }
a { background-color: rgb(199,146,150); }
div.DivClassName
{
background-color: #C79296;
}
.BgClassName
{
background-color: #C79296;
}
</style>
border-color css
<style>
span { border-color: #C79296; }
span { border-color: rgb(199,146,150); }
td.TdClassName
{
border-color: #C79296;
}
.TagClassName
{
border-color: #C79296;
}
</style>