Shades of Charm #C7667A
Tints of Charm #C7667A
RGB
CMYK
RGB Variations
Color information
#C7667A (or 0xC7667A) is known color: Charm. HEX triplet: C7, 66 and 7A. RGB value is (199,102,122). Sum of RGB (Red+Green+Blue) = 199+102+122=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7667A is #389985. Grayscale: #858585. Windows color (decimal): -3709318 or 8021703. OLE color: 8021703.
HSL color Cylindrical-coordinate representation of color #C7667A: hue angle of 347.63º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7667A is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 122 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.22 |
| HSL | 347.63º | 0.46% | 0.59% | - |
| HSV(B) | 347.63º | 0.49% | 0.78% | - |
| XYZ | 31.82 | 23.05 | 21.18 | - |
| YUV | 133.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 122 | 0 | 0.49 | 0.39 | 0.22 | 347.63 | 0.46 | 0.59 |
| Hex | C7 | 66 | 7A | 0 | 31 | 27 | 16 | 15C | 2E | 3B |
| Octal | 307 | 146 | 172 | 0 | 61 | 47 | 26 | 534 | 56 | 73 |
| Binary | 11000111 | 1100110 | 1111010 | 0 | 110001 | 100111 | 10110 | 101011100 | 101110 | 111011 |
Color Harmonies of #C7667A
Complementary color
Monochromatic Colors of #C7667A
Black with #C7667A
Text Example
Text Example
White with #C7667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7667A; }
p { color: rgb(199,102,122); }
H1.HeaderClassName
{
color: #C7667A;
}
.AnyTagClassName
{
color: #C7667A;
}
</style>
background-color css
<style>
a { background-color: #C7667A; }
a { background-color: rgb(199,102,122); }
div.DivClassName
{
background-color: #C7667A;
}
.BgClassName
{
background-color: #C7667A;
}
</style>
border-color css
<style>
span { border-color: #C7667A; }
span { border-color: rgb(199,102,122); }
td.TdClassName
{
border-color: #C7667A;
}
.TagClassName
{
border-color: #C7667A;
}
</style>