Shades of Royal Heath #C83D75
Tints of Royal Heath #C83D75
RGB
CMYK
RGB Variations
Color information
#C83D75 (or 0xC83D75) is known color: Royal Heath. HEX triplet: C8, 3D and 75. RGB value is (200,61,117). Sum of RGB (Red+Green+Blue) = 200+61+117=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D75 is #37C28A. Grayscale: #6C6C6C. Windows color (decimal): -3654283 or 7683528. OLE color: 7683528.
HSL color Cylindrical-coordinate representation of color #C83D75: hue angle of 335.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83D75 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 117 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.22 |
| HSL | 335.83º | 0.56% | 0.51% | - |
| HSV(B) | 335.83º | 0.7% | 0.78% | - |
| XYZ | 28.7 | 16.9 | 18.58 | - |
| YUV | 108.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 117 | 0 | 0.69 | 0.42 | 0.22 | 335.83 | 0.56 | 0.51 |
| Hex | C8 | 3D | 75 | 0 | 45 | 2A | 16 | 150 | 38 | 33 |
| Octal | 310 | 75 | 165 | 0 | 105 | 52 | 26 | 520 | 70 | 63 |
| Binary | 11001000 | 111101 | 1110101 | 0 | 1000101 | 101010 | 10110 | 101010000 | 111000 | 110011 |
Color Harmonies of #C83D75
Complementary color
Monochromatic Colors of #C83D75
Black with #C83D75
Text Example
Text Example
White with #C83D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D75; }
p { color: rgb(200,61,117); }
H1.HeaderClassName
{
color: #C83D75;
}
.AnyTagClassName
{
color: #C83D75;
}
</style>
background-color css
<style>
a { background-color: #C83D75; }
a { background-color: rgb(200,61,117); }
div.DivClassName
{
background-color: #C83D75;
}
.BgClassName
{
background-color: #C83D75;
}
</style>
border-color css
<style>
span { border-color: #C83D75; }
span { border-color: rgb(200,61,117); }
td.TdClassName
{
border-color: #C83D75;
}
.TagClassName
{
border-color: #C83D75;
}
</style>