Shades of Royal Heath #C1437B
Tints of Royal Heath #C1437B
RGB
CMYK
RGB Variations
Color information
#C1437B (or 0xC1437B) is known color: Royal Heath. HEX triplet: C1, 43 and 7B. RGB value is (193,67,123). Sum of RGB (Red+Green+Blue) = 193+67+123=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1437B is #3EBC84. Grayscale: #6E6E6E. Windows color (decimal): -4111493 or 8078273. OLE color: 8078273.
HSL color Cylindrical-coordinate representation of color #C1437B: hue angle of 333.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1437B is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 123 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.24 |
| HSL | 333.33º | 0.5% | 0.51% | - |
| HSV(B) | 333.33º | 0.65% | 0.76% | - |
| XYZ | 27.57 | 16.78 | 20.52 | - |
| YUV | 111.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 123 | 0 | 0.65 | 0.36 | 0.24 | 333.33 | 0.5 | 0.51 |
| Hex | C1 | 43 | 7B | 0 | 41 | 24 | 18 | 14D | 32 | 33 |
| Octal | 301 | 103 | 173 | 0 | 101 | 44 | 30 | 515 | 62 | 63 |
| Binary | 11000001 | 1000011 | 1111011 | 0 | 1000001 | 100100 | 11000 | 101001101 | 110010 | 110011 |
Color Harmonies of #C1437B
Complementary color
Monochromatic Colors of #C1437B
Black with #C1437B
Text Example
Text Example
White with #C1437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1437B; }
p { color: rgb(193,67,123); }
H1.HeaderClassName
{
color: #C1437B;
}
.AnyTagClassName
{
color: #C1437B;
}
</style>
background-color css
<style>
a { background-color: #C1437B; }
a { background-color: rgb(193,67,123); }
div.DivClassName
{
background-color: #C1437B;
}
.BgClassName
{
background-color: #C1437B;
}
</style>
border-color css
<style>
span { border-color: #C1437B; }
span { border-color: rgb(193,67,123); }
td.TdClassName
{
border-color: #C1437B;
}
.TagClassName
{
border-color: #C1437B;
}
</style>