Shades of Charm #C76582
Tints of Charm #C76582
RGB
CMYK
RGB Variations
Color information
#C76582 (or 0xC76582) is known color: Charm. HEX triplet: C7, 65 and 82. RGB value is (199,101,130). Sum of RGB (Red+Green+Blue) = 199+101+130=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C76582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76582 is #389A7D. Grayscale: #858585. Windows color (decimal): -3709566 or 8545735. OLE color: 8545735.
HSL color Cylindrical-coordinate representation of color #C76582: hue angle of 342.24º degrees, saturation: 0.47, 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 #C76582 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 130 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.22 |
| HSL | 342.24º | 0.47% | 0.59% | - |
| HSV(B) | 342.24º | 0.49% | 0.78% | - |
| XYZ | 32.24 | 23.06 | 23.87 | - |
| YUV | 133.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 130 | 0 | 0.49 | 0.35 | 0.22 | 342.24 | 0.47 | 0.59 |
| Hex | C7 | 65 | 82 | 0 | 31 | 23 | 16 | 156 | 2F | 3B |
| Octal | 307 | 145 | 202 | 0 | 61 | 43 | 26 | 526 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10000010 | 0 | 110001 | 100011 | 10110 | 101010110 | 101111 | 111011 |
Color Harmonies of #C76582
Complementary color
Monochromatic Colors of #C76582
Black with #C76582
Text Example
Text Example
White with #C76582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76582; }
p { color: rgb(199,101,130); }
H1.HeaderClassName
{
color: #C76582;
}
.AnyTagClassName
{
color: #C76582;
}
</style>
background-color css
<style>
a { background-color: #C76582; }
a { background-color: rgb(199,101,130); }
div.DivClassName
{
background-color: #C76582;
}
.BgClassName
{
background-color: #C76582;
}
</style>
border-color css
<style>
span { border-color: #C76582; }
span { border-color: rgb(199,101,130); }
td.TdClassName
{
border-color: #C76582;
}
.TagClassName
{
border-color: #C76582;
}
</style>