Shades of Royal Heath #C34269
Tints of Royal Heath #C34269
RGB
CMYK
RGB Variations
Color information
#C34269 (or 0xC34269) is known color: Royal Heath. HEX triplet: C3, 42 and 69. RGB value is (195,66,105). Sum of RGB (Red+Green+Blue) = 195+66+105=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C34269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34269 is #3CBD96. Grayscale: #6C6C6C. Windows color (decimal): -3980695 or 6898371. OLE color: 6898371.
HSL color Cylindrical-coordinate representation of color #C34269: hue angle of 341.86º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34269 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 105 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.24 |
| HSL | 341.86º | 0.52% | 0.51% | - |
| HSV(B) | 341.86º | 0.66% | 0.76% | - |
| XYZ | 27 | 16.52 | 15.13 | - |
| YUV | 109.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 105 | 0 | 0.66 | 0.46 | 0.24 | 341.86 | 0.52 | 0.51 |
| Hex | C3 | 42 | 69 | 0 | 42 | 2E | 18 | 156 | 34 | 33 |
| Octal | 303 | 102 | 151 | 0 | 102 | 56 | 30 | 526 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1101001 | 0 | 1000010 | 101110 | 11000 | 101010110 | 110100 | 110011 |
Color Harmonies of #C34269
Complementary color
Monochromatic Colors of #C34269
Black with #C34269
Text Example
Text Example
White with #C34269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34269; }
p { color: rgb(195,66,105); }
H1.HeaderClassName
{
color: #C34269;
}
.AnyTagClassName
{
color: #C34269;
}
</style>
background-color css
<style>
a { background-color: #C34269; }
a { background-color: rgb(195,66,105); }
div.DivClassName
{
background-color: #C34269;
}
.BgClassName
{
background-color: #C34269;
}
</style>
border-color css
<style>
span { border-color: #C34269; }
span { border-color: rgb(195,66,105); }
td.TdClassName
{
border-color: #C34269;
}
.TagClassName
{
border-color: #C34269;
}
</style>