Shades of Charm #C67074
Tints of Charm #C67074
RGB
CMYK
RGB Variations
Color information
#C67074 (or 0xC67074) is known color: Charm. HEX triplet: C6, 70 and 74. RGB value is (198,112,116). Sum of RGB (Red+Green+Blue) = 198+112+116=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C67074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67074 is #398F8B. Grayscale: #8A8A8A. Windows color (decimal): -3772300 or 7631046. OLE color: 7631046.
HSL color Cylindrical-coordinate representation of color #C67074: hue angle of 357.21º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67074 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 116 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.22 |
| HSL | 357.21º | 0.43% | 0.61% | - |
| HSV(B) | 357.21º | 0.43% | 0.78% | - |
| XYZ | 32.24 | 24.86 | 19.62 | - |
| YUV | 138.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 116 | 0 | 0.43 | 0.41 | 0.22 | 357.21 | 0.43 | 0.61 |
| Hex | C6 | 70 | 74 | 0 | 2B | 29 | 16 | 165 | 2B | 3D |
| Octal | 306 | 160 | 164 | 0 | 53 | 51 | 26 | 545 | 53 | 75 |
| Binary | 11000110 | 1110000 | 1110100 | 0 | 101011 | 101001 | 10110 | 101100101 | 101011 | 111101 |
Color Harmonies of #C67074
Complementary color
Monochromatic Colors of #C67074
Black with #C67074
Text Example
Text Example
White with #C67074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67074; }
p { color: rgb(198,112,116); }
H1.HeaderClassName
{
color: #C67074;
}
.AnyTagClassName
{
color: #C67074;
}
</style>
background-color css
<style>
a { background-color: #C67074; }
a { background-color: rgb(198,112,116); }
div.DivClassName
{
background-color: #C67074;
}
.BgClassName
{
background-color: #C67074;
}
</style>
border-color css
<style>
span { border-color: #C67074; }
span { border-color: rgb(198,112,116); }
td.TdClassName
{
border-color: #C67074;
}
.TagClassName
{
border-color: #C67074;
}
</style>