Shades of Royal Heath #C23668
Tints of Royal Heath #C23668
RGB
CMYK
RGB Variations
Color information
#C23668 (or 0xC23668) is known color: Royal Heath. HEX triplet: C2, 36 and 68. RGB value is (194,54,104). Sum of RGB (Red+Green+Blue) = 194+54+104=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C23668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23668 is #3DC997. Grayscale: #656565. Windows color (decimal): -4049304 or 6829762. OLE color: 6829762.
HSL color Cylindrical-coordinate representation of color #C23668: hue angle of 338.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23668 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 104 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.24 |
| HSL | 338.57º | 0.56% | 0.49% | - |
| HSV(B) | 338.57º | 0.72% | 0.76% | - |
| XYZ | 26.07 | 15.11 | 14.64 | - |
| YUV | 101.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 104 | 0 | 0.72 | 0.46 | 0.24 | 338.57 | 0.56 | 0.49 |
| Hex | C2 | 36 | 68 | 0 | 48 | 2E | 18 | 153 | 38 | 31 |
| Octal | 302 | 66 | 150 | 0 | 110 | 56 | 30 | 523 | 70 | 61 |
| Binary | 11000010 | 110110 | 1101000 | 0 | 1001000 | 101110 | 11000 | 101010011 | 111000 | 110001 |
Color Harmonies of #C23668
Complementary color
Monochromatic Colors of #C23668
Black with #C23668
Text Example
Text Example
White with #C23668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23668; }
p { color: rgb(194,54,104); }
H1.HeaderClassName
{
color: #C23668;
}
.AnyTagClassName
{
color: #C23668;
}
</style>
background-color css
<style>
a { background-color: #C23668; }
a { background-color: rgb(194,54,104); }
div.DivClassName
{
background-color: #C23668;
}
.BgClassName
{
background-color: #C23668;
}
</style>
border-color css
<style>
span { border-color: #C23668; }
span { border-color: rgb(194,54,104); }
td.TdClassName
{
border-color: #C23668;
}
.TagClassName
{
border-color: #C23668;
}
</style>