Shades of Charm #C76381
Tints of Charm #C76381
RGB
CMYK
RGB Variations
Color information
#C76381 (or 0xC76381) is known color: Charm. HEX triplet: C7, 63 and 81. RGB value is (199,99,129). Sum of RGB (Red+Green+Blue) = 199+99+129=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C76381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76381 is #389C7E. Grayscale: #848484. Windows color (decimal): -3710079 or 8479687. OLE color: 8479687.
HSL color Cylindrical-coordinate representation of color #C76381: hue angle of 342º 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 #C76381 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 129 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.22 |
| HSL | 342º | 0.47% | 0.58% | - |
| HSV(B) | 342º | 0.5% | 0.78% | - |
| XYZ | 31.98 | 22.65 | 23.46 | - |
| YUV | 132.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 129 | 0 | 0.50 | 0.35 | 0.22 | 342 | 0.47 | 0.58 |
| Hex | C7 | 63 | 81 | 0 | 32 | 23 | 16 | 156 | 2F | 3A |
| Octal | 307 | 143 | 201 | 0 | 62 | 43 | 26 | 526 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10000001 | 0 | 110010 | 100011 | 10110 | 101010110 | 101111 | 111010 |
Color Harmonies of #C76381
Complementary color
Monochromatic Colors of #C76381
Black with #C76381
Text Example
Text Example
White with #C76381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76381; }
p { color: rgb(199,99,129); }
H1.HeaderClassName
{
color: #C76381;
}
.AnyTagClassName
{
color: #C76381;
}
</style>
background-color css
<style>
a { background-color: #C76381; }
a { background-color: rgb(199,99,129); }
div.DivClassName
{
background-color: #C76381;
}
.BgClassName
{
background-color: #C76381;
}
</style>
border-color css
<style>
span { border-color: #C76381; }
span { border-color: rgb(199,99,129); }
td.TdClassName
{
border-color: #C76381;
}
.TagClassName
{
border-color: #C76381;
}
</style>