Shades of Charm #C7677A
Tints of Charm #C7677A
RGB
CMYK
RGB Variations
Color information
#C7677A (or 0xC7677A) is known color: Charm. HEX triplet: C7, 67 and 7A. RGB value is (199,103,122). Sum of RGB (Red+Green+Blue) = 199+103+122=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7677A is #389885. Grayscale: #858585. Windows color (decimal): -3709062 or 8021959. OLE color: 8021959.
HSL color Cylindrical-coordinate representation of color #C7677A: hue angle of 348.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7677A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 122 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.22 |
| HSL | 348.13º | 0.46% | 0.59% | - |
| HSV(B) | 348.13º | 0.48% | 0.78% | - |
| XYZ | 31.92 | 23.25 | 21.22 | - |
| YUV | 133.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 122 | 0 | 0.48 | 0.39 | 0.22 | 348.13 | 0.46 | 0.59 |
| Hex | C7 | 67 | 7A | 0 | 30 | 27 | 16 | 15C | 2E | 3B |
| Octal | 307 | 147 | 172 | 0 | 60 | 47 | 26 | 534 | 56 | 73 |
| Binary | 11000111 | 1100111 | 1111010 | 0 | 110000 | 100111 | 10110 | 101011100 | 101110 | 111011 |
Color Harmonies of #C7677A
Complementary color
Monochromatic Colors of #C7677A
Black with #C7677A
Text Example
Text Example
White with #C7677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7677A; }
p { color: rgb(199,103,122); }
H1.HeaderClassName
{
color: #C7677A;
}
.AnyTagClassName
{
color: #C7677A;
}
</style>
background-color css
<style>
a { background-color: #C7677A; }
a { background-color: rgb(199,103,122); }
div.DivClassName
{
background-color: #C7677A;
}
.BgClassName
{
background-color: #C7677A;
}
</style>
border-color css
<style>
span { border-color: #C7677A; }
span { border-color: rgb(199,103,122); }
td.TdClassName
{
border-color: #C7677A;
}
.TagClassName
{
border-color: #C7677A;
}
</style>