Shades of Charm #C6727F
Tints of Charm #C6727F
RGB
CMYK
RGB Variations
Color information
#C6727F (or 0xC6727F) is known color: Charm. HEX triplet: C6, 72 and 7F. RGB value is (198,114,127). Sum of RGB (Red+Green+Blue) = 198+114+127=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6727F is #398D80. Grayscale: #8C8C8C. Windows color (decimal): -3771777 or 8352454. OLE color: 8352454.
HSL color Cylindrical-coordinate representation of color #C6727F: hue angle of 350.71º 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 #C6727F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 127 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.22 |
| HSL | 350.71º | 0.42% | 0.61% | - |
| HSV(B) | 350.71º | 0.42% | 0.78% | - |
| XYZ | 33.14 | 25.57 | 23.27 | - |
| YUV | 140.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 127 | 0 | 0.42 | 0.36 | 0.22 | 350.71 | 0.42 | 0.61 |
| Hex | C6 | 72 | 7F | 0 | 2A | 24 | 16 | 15F | 2A | 3D |
| Octal | 306 | 162 | 177 | 0 | 52 | 44 | 26 | 537 | 52 | 75 |
| Binary | 11000110 | 1110010 | 1111111 | 0 | 101010 | 100100 | 10110 | 101011111 | 101010 | 111101 |
Color Harmonies of #C6727F
Complementary color
Monochromatic Colors of #C6727F
Black with #C6727F
Text Example
Text Example
White with #C6727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6727F; }
p { color: rgb(198,114,127); }
H1.HeaderClassName
{
color: #C6727F;
}
.AnyTagClassName
{
color: #C6727F;
}
</style>
background-color css
<style>
a { background-color: #C6727F; }
a { background-color: rgb(198,114,127); }
div.DivClassName
{
background-color: #C6727F;
}
.BgClassName
{
background-color: #C6727F;
}
</style>
border-color css
<style>
span { border-color: #C6727F; }
span { border-color: rgb(198,114,127); }
td.TdClassName
{
border-color: #C6727F;
}
.TagClassName
{
border-color: #C6727F;
}
</style>