Shades of Royal Heath #C3406D
Tints of Royal Heath #C3406D
RGB
CMYK
RGB Variations
Color information
#C3406D (or 0xC3406D) is known color: Royal Heath. HEX triplet: C3, 40 and 6D. RGB value is (195,64,109). Sum of RGB (Red+Green+Blue) = 195+64+109=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3406D is #3CBF92. Grayscale: #6C6C6C. Windows color (decimal): -3981203 or 7160003. OLE color: 7160003.
HSL color Cylindrical-coordinate representation of color #C3406D: hue angle of 339.39º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3406D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 109 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.24 |
| HSL | 339.39º | 0.52% | 0.51% | - |
| HSV(B) | 339.39º | 0.67% | 0.76% | - |
| XYZ | 27.1 | 16.37 | 16.2 | - |
| YUV | 108.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 109 | 0 | 0.67 | 0.44 | 0.24 | 339.39 | 0.52 | 0.51 |
| Hex | C3 | 40 | 6D | 0 | 43 | 2C | 18 | 153 | 34 | 33 |
| Octal | 303 | 100 | 155 | 0 | 103 | 54 | 30 | 523 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1101101 | 0 | 1000011 | 101100 | 11000 | 101010011 | 110100 | 110011 |
Color Harmonies of #C3406D
Complementary color
Monochromatic Colors of #C3406D
Black with #C3406D
Text Example
Text Example
White with #C3406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3406D; }
p { color: rgb(195,64,109); }
H1.HeaderClassName
{
color: #C3406D;
}
.AnyTagClassName
{
color: #C3406D;
}
</style>
background-color css
<style>
a { background-color: #C3406D; }
a { background-color: rgb(195,64,109); }
div.DivClassName
{
background-color: #C3406D;
}
.BgClassName
{
background-color: #C3406D;
}
</style>
border-color css
<style>
span { border-color: #C3406D; }
span { border-color: rgb(195,64,109); }
td.TdClassName
{
border-color: #C3406D;
}
.TagClassName
{
border-color: #C3406D;
}
</style>