Shades of Royal Heath #C3416F
Tints of Royal Heath #C3416F
RGB
CMYK
RGB Variations
Color information
#C3416F (or 0xC3416F) is known color: Royal Heath. HEX triplet: C3, 41 and 6F. RGB value is (195,65,111). Sum of RGB (Red+Green+Blue) = 195+65+111=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3416F is #3CBE90. Grayscale: #6D6D6D. Windows color (decimal): -3980945 or 7291331. OLE color: 7291331.
HSL color Cylindrical-coordinate representation of color #C3416F: hue angle of 338.77º 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 #C3416F is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 111 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.24 |
| HSL | 338.77º | 0.52% | 0.51% | - |
| HSV(B) | 338.77º | 0.67% | 0.76% | - |
| XYZ | 27.27 | 16.53 | 16.79 | - |
| YUV | 109.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 111 | 0 | 0.67 | 0.43 | 0.24 | 338.77 | 0.52 | 0.51 |
| Hex | C3 | 41 | 6F | 0 | 43 | 2B | 18 | 153 | 34 | 33 |
| Octal | 303 | 101 | 157 | 0 | 103 | 53 | 30 | 523 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1101111 | 0 | 1000011 | 101011 | 11000 | 101010011 | 110100 | 110011 |
Color Harmonies of #C3416F
Complementary color
Monochromatic Colors of #C3416F
Black with #C3416F
Text Example
Text Example
White with #C3416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3416F; }
p { color: rgb(195,65,111); }
H1.HeaderClassName
{
color: #C3416F;
}
.AnyTagClassName
{
color: #C3416F;
}
</style>
background-color css
<style>
a { background-color: #C3416F; }
a { background-color: rgb(195,65,111); }
div.DivClassName
{
background-color: #C3416F;
}
.BgClassName
{
background-color: #C3416F;
}
</style>
border-color css
<style>
span { border-color: #C3416F; }
span { border-color: rgb(195,65,111); }
td.TdClassName
{
border-color: #C3416F;
}
.TagClassName
{
border-color: #C3416F;
}
</style>