Shades of Charm #C76B7F
Tints of Charm #C76B7F
RGB
CMYK
RGB Variations
Color information
#C76B7F (or 0xC76B7F) is known color: Charm. HEX triplet: C7, 6B and 7F. RGB value is (199,107,127). Sum of RGB (Red+Green+Blue) = 199+107+127=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B7F is #389480. Grayscale: #888888. Windows color (decimal): -3708033 or 8350663. OLE color: 8350663.
HSL color Cylindrical-coordinate representation of color #C76B7F: hue angle of 346.96º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76B7F is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 127 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.22 |
| HSL | 346.96º | 0.45% | 0.6% | - |
| HSV(B) | 346.96º | 0.46% | 0.78% | - |
| XYZ | 32.64 | 24.19 | 23.03 | - |
| YUV | 136.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 127 | 0 | 0.46 | 0.36 | 0.22 | 346.96 | 0.45 | 0.6 |
| Hex | C7 | 6B | 7F | 0 | 2E | 24 | 16 | 15B | 2D | 3C |
| Octal | 307 | 153 | 177 | 0 | 56 | 44 | 26 | 533 | 55 | 74 |
| Binary | 11000111 | 1101011 | 1111111 | 0 | 101110 | 100100 | 10110 | 101011011 | 101101 | 111100 |
Color Harmonies of #C76B7F
Complementary color
Monochromatic Colors of #C76B7F
Black with #C76B7F
Text Example
Text Example
White with #C76B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76B7F; }
p { color: rgb(199,107,127); }
H1.HeaderClassName
{
color: #C76B7F;
}
.AnyTagClassName
{
color: #C76B7F;
}
</style>
background-color css
<style>
a { background-color: #C76B7F; }
a { background-color: rgb(199,107,127); }
div.DivClassName
{
background-color: #C76B7F;
}
.BgClassName
{
background-color: #C76B7F;
}
</style>
border-color css
<style>
span { border-color: #C76B7F; }
span { border-color: rgb(199,107,127); }
td.TdClassName
{
border-color: #C76B7F;
}
.TagClassName
{
border-color: #C76B7F;
}
</style>