Shades of Charm #C76382
Tints of Charm #C76382
RGB
CMYK
RGB Variations
Color information
#C76382 (or 0xC76382) is known color: Charm. HEX triplet: C7, 63 and 82. RGB value is (199,99,130). Sum of RGB (Red+Green+Blue) = 199+99+130=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C76382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76382 is #389C7D. Grayscale: #848484. Windows color (decimal): -3710078 or 8545223. OLE color: 8545223.
HSL color Cylindrical-coordinate representation of color #C76382: hue angle of 341.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76382 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 130 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.22 |
| HSL | 341.4º | 0.47% | 0.58% | - |
| HSV(B) | 341.4º | 0.5% | 0.78% | - |
| XYZ | 32.04 | 22.68 | 23.81 | - |
| YUV | 132.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 130 | 0 | 0.50 | 0.35 | 0.22 | 341.4 | 0.47 | 0.58 |
| Hex | C7 | 63 | 82 | 0 | 32 | 23 | 16 | 155 | 2F | 3A |
| Octal | 307 | 143 | 202 | 0 | 62 | 43 | 26 | 525 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10000010 | 0 | 110010 | 100011 | 10110 | 101010101 | 101111 | 111010 |
Color Harmonies of #C76382
Complementary color
Monochromatic Colors of #C76382
Black with #C76382
Text Example
Text Example
White with #C76382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76382; }
p { color: rgb(199,99,130); }
H1.HeaderClassName
{
color: #C76382;
}
.AnyTagClassName
{
color: #C76382;
}
</style>
background-color css
<style>
a { background-color: #C76382; }
a { background-color: rgb(199,99,130); }
div.DivClassName
{
background-color: #C76382;
}
.BgClassName
{
background-color: #C76382;
}
</style>
border-color css
<style>
span { border-color: #C76382; }
span { border-color: rgb(199,99,130); }
td.TdClassName
{
border-color: #C76382;
}
.TagClassName
{
border-color: #C76382;
}
</style>