Shades of Charm #C66781
Tints of Charm #C66781
RGB
CMYK
RGB Variations
Color information
#C66781 (or 0xC66781) is known color: Charm. HEX triplet: C6, 67 and 81. RGB value is (198,103,129). Sum of RGB (Red+Green+Blue) = 198+103+129=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66781 is #39987E. Grayscale: #868686. Windows color (decimal): -3774591 or 8480710. OLE color: 8480710.
HSL color Cylindrical-coordinate representation of color #C66781: hue angle of 343.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66781 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 129 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.22 |
| HSL | 343.58º | 0.45% | 0.59% | - |
| HSV(B) | 343.58º | 0.48% | 0.78% | - |
| XYZ | 32.1 | 23.29 | 23.57 | - |
| YUV | 134.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 129 | 0 | 0.48 | 0.35 | 0.22 | 343.58 | 0.45 | 0.59 |
| Hex | C6 | 67 | 81 | 0 | 30 | 23 | 16 | 158 | 2D | 3B |
| Octal | 306 | 147 | 201 | 0 | 60 | 43 | 26 | 530 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10000001 | 0 | 110000 | 100011 | 10110 | 101011000 | 101101 | 111011 |
Color Harmonies of #C66781
Complementary color
Monochromatic Colors of #C66781
Black with #C66781
Text Example
Text Example
White with #C66781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66781; }
p { color: rgb(198,103,129); }
H1.HeaderClassName
{
color: #C66781;
}
.AnyTagClassName
{
color: #C66781;
}
</style>
background-color css
<style>
a { background-color: #C66781; }
a { background-color: rgb(198,103,129); }
div.DivClassName
{
background-color: #C66781;
}
.BgClassName
{
background-color: #C66781;
}
</style>
border-color css
<style>
span { border-color: #C66781; }
span { border-color: rgb(198,103,129); }
td.TdClassName
{
border-color: #C66781;
}
.TagClassName
{
border-color: #C66781;
}
</style>