Shades of Careys Pink #C79A9B
Tints of Careys Pink #C79A9B
RGB
CMYK
RGB Variations
Color information
#C79A9B (or 0xC79A9B) is known color: Careys Pink. HEX triplet: C7, 9A and 9B. RGB value is (199,154,155). Sum of RGB (Red+Green+Blue) = 199+154+155=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79A9B is #386564. Grayscale: #A7A7A7. Windows color (decimal): -3695973 or 10197703. OLE color: 10197703.
HSL color Cylindrical-coordinate representation of color #C79A9B: hue angle of 358.67º 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 #C79A9B is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 155 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.22 |
| HSL | 358.67º | 0.29% | 0.69% | - |
| HSV(B) | 358.67º | 0.23% | 0.78% | - |
| XYZ | 41.03 | 37.62 | 36.11 | - |
| YUV | 167.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 155 | 0 | 0.23 | 0.22 | 0.22 | 358.67 | 0.29 | 0.69 |
| Hex | C7 | 9A | 9B | 0 | 17 | 16 | 16 | 167 | 1D | 45 |
| Octal | 307 | 232 | 233 | 0 | 27 | 26 | 26 | 547 | 35 | 105 |
| Binary | 11000111 | 10011010 | 10011011 | 0 | 10111 | 10110 | 10110 | 101100111 | 11101 | 1000101 |
Color Harmonies of #C79A9B
Complementary color
Monochromatic Colors of #C79A9B
Black with #C79A9B
Text Example
Text Example
White with #C79A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A9B; }
p { color: rgb(199,154,155); }
H1.HeaderClassName
{
color: #C79A9B;
}
.AnyTagClassName
{
color: #C79A9B;
}
</style>
background-color css
<style>
a { background-color: #C79A9B; }
a { background-color: rgb(199,154,155); }
div.DivClassName
{
background-color: #C79A9B;
}
.BgClassName
{
background-color: #C79A9B;
}
</style>
border-color css
<style>
span { border-color: #C79A9B; }
span { border-color: rgb(199,154,155); }
td.TdClassName
{
border-color: #C79A9B;
}
.TagClassName
{
border-color: #C79A9B;
}
</style>