Shades of Charm #C67078
Tints of Charm #C67078
RGB
CMYK
RGB Variations
Color information
#C67078 (or 0xC67078) is known color: Charm. HEX triplet: C6, 70 and 78. RGB value is (198,112,120). Sum of RGB (Red+Green+Blue) = 198+112+120=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C67078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67078 is #398F87. Grayscale: #8A8A8A. Windows color (decimal): -3772296 or 7893190. OLE color: 7893190.
HSL color Cylindrical-coordinate representation of color #C67078: hue angle of 354.42º 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 #C67078 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 120 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.22 |
| HSL | 354.42º | 0.43% | 0.61% | - |
| HSV(B) | 354.42º | 0.43% | 0.78% | - |
| XYZ | 32.47 | 24.95 | 20.87 | - |
| YUV | 138.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 120 | 0 | 0.43 | 0.39 | 0.22 | 354.42 | 0.43 | 0.61 |
| Hex | C6 | 70 | 78 | 0 | 2B | 27 | 16 | 162 | 2B | 3D |
| Octal | 306 | 160 | 170 | 0 | 53 | 47 | 26 | 542 | 53 | 75 |
| Binary | 11000110 | 1110000 | 1111000 | 0 | 101011 | 100111 | 10110 | 101100010 | 101011 | 111101 |
Color Harmonies of #C67078
Complementary color
Monochromatic Colors of #C67078
Black with #C67078
Text Example
Text Example
White with #C67078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67078; }
p { color: rgb(198,112,120); }
H1.HeaderClassName
{
color: #C67078;
}
.AnyTagClassName
{
color: #C67078;
}
</style>
background-color css
<style>
a { background-color: #C67078; }
a { background-color: rgb(198,112,120); }
div.DivClassName
{
background-color: #C67078;
}
.BgClassName
{
background-color: #C67078;
}
</style>
border-color css
<style>
span { border-color: #C67078; }
span { border-color: rgb(198,112,120); }
td.TdClassName
{
border-color: #C67078;
}
.TagClassName
{
border-color: #C67078;
}
</style>