Shades of Royal Heath #C3416A
Tints of Royal Heath #C3416A
RGB
CMYK
RGB Variations
Color information
#C3416A (or 0xC3416A) is known color: Royal Heath. HEX triplet: C3, 41 and 6A. RGB value is (195,65,106). Sum of RGB (Red+Green+Blue) = 195+65+106=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C3416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3416A is #3CBE95. Grayscale: #6C6C6C. Windows color (decimal): -3980950 or 6963651. OLE color: 6963651.
HSL color Cylindrical-coordinate representation of color #C3416A: hue angle of 341.08º 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 #C3416A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 106 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.24 |
| HSL | 341.08º | 0.52% | 0.51% | - |
| HSV(B) | 341.08º | 0.67% | 0.76% | - |
| XYZ | 27 | 16.42 | 15.38 | - |
| YUV | 108.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 106 | 0 | 0.67 | 0.46 | 0.24 | 341.08 | 0.52 | 0.51 |
| Hex | C3 | 41 | 6A | 0 | 43 | 2E | 18 | 155 | 34 | 33 |
| Octal | 303 | 101 | 152 | 0 | 103 | 56 | 30 | 525 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1101010 | 0 | 1000011 | 101110 | 11000 | 101010101 | 110100 | 110011 |
Color Harmonies of #C3416A
Complementary color
Monochromatic Colors of #C3416A
Black with #C3416A
Text Example
Text Example
White with #C3416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3416A; }
p { color: rgb(195,65,106); }
H1.HeaderClassName
{
color: #C3416A;
}
.AnyTagClassName
{
color: #C3416A;
}
</style>
background-color css
<style>
a { background-color: #C3416A; }
a { background-color: rgb(195,65,106); }
div.DivClassName
{
background-color: #C3416A;
}
.BgClassName
{
background-color: #C3416A;
}
</style>
border-color css
<style>
span { border-color: #C3416A; }
span { border-color: rgb(195,65,106); }
td.TdClassName
{
border-color: #C3416A;
}
.TagClassName
{
border-color: #C3416A;
}
</style>