Shades of Charm #C66580
Tints of Charm #C66580
RGB
CMYK
RGB Variations
Color information
#C66580 (or 0xC66580) is known color: Charm. HEX triplet: C6, 65 and 80. RGB value is (198,101,128). Sum of RGB (Red+Green+Blue) = 198+101+128=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C66580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66580 is #399A7F. Grayscale: #858585. Windows color (decimal): -3775104 or 8414662. OLE color: 8414662.
HSL color Cylindrical-coordinate representation of color #C66580: hue angle of 343.3º 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 #C66580 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 128 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.22 |
| HSL | 343.3º | 0.46% | 0.59% | - |
| HSV(B) | 343.3º | 0.49% | 0.78% | - |
| XYZ | 31.84 | 22.87 | 23.16 | - |
| YUV | 133.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 128 | 0 | 0.49 | 0.35 | 0.22 | 343.3 | 0.46 | 0.59 |
| Hex | C6 | 65 | 80 | 0 | 31 | 23 | 16 | 157 | 2E | 3B |
| Octal | 306 | 145 | 200 | 0 | 61 | 43 | 26 | 527 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10000000 | 0 | 110001 | 100011 | 10110 | 101010111 | 101110 | 111011 |
Color Harmonies of #C66580
Complementary color
Monochromatic Colors of #C66580
Black with #C66580
Text Example
Text Example
White with #C66580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66580; }
p { color: rgb(198,101,128); }
H1.HeaderClassName
{
color: #C66580;
}
.AnyTagClassName
{
color: #C66580;
}
</style>
background-color css
<style>
a { background-color: #C66580; }
a { background-color: rgb(198,101,128); }
div.DivClassName
{
background-color: #C66580;
}
.BgClassName
{
background-color: #C66580;
}
</style>
border-color css
<style>
span { border-color: #C66580; }
span { border-color: rgb(198,101,128); }
td.TdClassName
{
border-color: #C66580;
}
.TagClassName
{
border-color: #C66580;
}
</style>