Shades of Royal Heath #C3476F
Tints of Royal Heath #C3476F
RGB
CMYK
RGB Variations
Color information
#C3476F (or 0xC3476F) is known color: Royal Heath. HEX triplet: C3, 47 and 6F. RGB value is (195,71,111). Sum of RGB (Red+Green+Blue) = 195+71+111=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3476F is #3CB890. Grayscale: #707070. Windows color (decimal): -3979409 or 7292867. OLE color: 7292867.
HSL color Cylindrical-coordinate representation of color #C3476F: hue angle of 340.65º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3476F is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 111 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.24 |
| HSL | 340.65º | 0.51% | 0.52% | - |
| HSV(B) | 340.65º | 0.64% | 0.76% | - |
| XYZ | 27.63 | 17.26 | 16.91 | - |
| YUV | 112.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 111 | 0 | 0.64 | 0.43 | 0.24 | 340.65 | 0.51 | 0.52 |
| Hex | C3 | 47 | 6F | 0 | 40 | 2B | 18 | 155 | 33 | 34 |
| Octal | 303 | 107 | 157 | 0 | 100 | 53 | 30 | 525 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1101111 | 0 | 1000000 | 101011 | 11000 | 101010101 | 110011 | 110100 |
Color Harmonies of #C3476F
Complementary color
Monochromatic Colors of #C3476F
Black with #C3476F
Text Example
Text Example
White with #C3476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3476F; }
p { color: rgb(195,71,111); }
H1.HeaderClassName
{
color: #C3476F;
}
.AnyTagClassName
{
color: #C3476F;
}
</style>
background-color css
<style>
a { background-color: #C3476F; }
a { background-color: rgb(195,71,111); }
div.DivClassName
{
background-color: #C3476F;
}
.BgClassName
{
background-color: #C3476F;
}
</style>
border-color css
<style>
span { border-color: #C3476F; }
span { border-color: rgb(195,71,111); }
td.TdClassName
{
border-color: #C3476F;
}
.TagClassName
{
border-color: #C3476F;
}
</style>