Shades of Royal Heath #C3406C
Tints of Royal Heath #C3406C
RGB
CMYK
RGB Variations
Color information
#C3406C (or 0xC3406C) is known color: Royal Heath. HEX triplet: C3, 40 and 6C. RGB value is (195,64,108). Sum of RGB (Red+Green+Blue) = 195+64+108=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3406C is #3CBF93. Grayscale: #6C6C6C. Windows color (decimal): -3981204 or 7094467. OLE color: 7094467.
HSL color Cylindrical-coordinate representation of color #C3406C: hue angle of 339.85º 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 #C3406C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 108 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.24 |
| HSL | 339.85º | 0.52% | 0.51% | - |
| HSV(B) | 339.85º | 0.67% | 0.76% | - |
| XYZ | 27.05 | 16.35 | 15.92 | - |
| YUV | 108.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 108 | 0 | 0.67 | 0.45 | 0.24 | 339.85 | 0.52 | 0.51 |
| Hex | C3 | 40 | 6C | 0 | 43 | 2D | 18 | 154 | 34 | 33 |
| Octal | 303 | 100 | 154 | 0 | 103 | 55 | 30 | 524 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1101100 | 0 | 1000011 | 101101 | 11000 | 101010100 | 110100 | 110011 |
Color Harmonies of #C3406C
Complementary color
Monochromatic Colors of #C3406C
Black with #C3406C
Text Example
Text Example
White with #C3406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3406C; }
p { color: rgb(195,64,108); }
H1.HeaderClassName
{
color: #C3406C;
}
.AnyTagClassName
{
color: #C3406C;
}
</style>
background-color css
<style>
a { background-color: #C3406C; }
a { background-color: rgb(195,64,108); }
div.DivClassName
{
background-color: #C3406C;
}
.BgClassName
{
background-color: #C3406C;
}
</style>
border-color css
<style>
span { border-color: #C3406C; }
span { border-color: rgb(195,64,108); }
td.TdClassName
{
border-color: #C3406C;
}
.TagClassName
{
border-color: #C3406C;
}
</style>