Shades of Charm #C67275
Tints of Charm #C67275
RGB
CMYK
RGB Variations
Color information
#C67275 (or 0xC67275) is known color: Charm. HEX triplet: C6, 72 and 75. RGB value is (198,114,117). Sum of RGB (Red+Green+Blue) = 198+114+117=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C67275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67275 is #398D8A. Grayscale: #8B8B8B. Windows color (decimal): -3771787 or 7697094. OLE color: 7697094.
HSL color Cylindrical-coordinate representation of color #C67275: hue angle of 357.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67275 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 117 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.22 |
| HSL | 357.86º | 0.42% | 0.61% | - |
| HSV(B) | 357.86º | 0.42% | 0.78% | - |
| XYZ | 32.52 | 25.32 | 20 | - |
| YUV | 139.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 117 | 0 | 0.42 | 0.41 | 0.22 | 357.86 | 0.42 | 0.61 |
| Hex | C6 | 72 | 75 | 0 | 2A | 29 | 16 | 166 | 2A | 3D |
| Octal | 306 | 162 | 165 | 0 | 52 | 51 | 26 | 546 | 52 | 75 |
| Binary | 11000110 | 1110010 | 1110101 | 0 | 101010 | 101001 | 10110 | 101100110 | 101010 | 111101 |
Color Harmonies of #C67275
Complementary color
Monochromatic Colors of #C67275
Black with #C67275
Text Example
Text Example
White with #C67275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67275; }
p { color: rgb(198,114,117); }
H1.HeaderClassName
{
color: #C67275;
}
.AnyTagClassName
{
color: #C67275;
}
</style>
background-color css
<style>
a { background-color: #C67275; }
a { background-color: rgb(198,114,117); }
div.DivClassName
{
background-color: #C67275;
}
.BgClassName
{
background-color: #C67275;
}
</style>
border-color css
<style>
span { border-color: #C67275; }
span { border-color: rgb(198,114,117); }
td.TdClassName
{
border-color: #C67275;
}
.TagClassName
{
border-color: #C67275;
}
</style>