Shades of Royal Heath #C23D6F
Tints of Royal Heath #C23D6F
RGB
CMYK
RGB Variations
Color information
#C23D6F (or 0xC23D6F) is known color: Royal Heath. HEX triplet: C2, 3D and 6F. RGB value is (194,61,111). Sum of RGB (Red+Green+Blue) = 194+61+111=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D6F is #3DC290. Grayscale: #6A6A6A. Windows color (decimal): -4047505 or 7290306. OLE color: 7290306.
HSL color Cylindrical-coordinate representation of color #C23D6F: hue angle of 337.44º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23D6F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 111 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.24 |
| HSL | 337.44º | 0.52% | 0.5% | - |
| HSV(B) | 337.44º | 0.69% | 0.76% | - |
| XYZ | 26.79 | 15.95 | 16.71 | - |
| YUV | 106.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 111 | 0 | 0.69 | 0.43 | 0.24 | 337.44 | 0.52 | 0.5 |
| Hex | C2 | 3D | 6F | 0 | 45 | 2B | 18 | 151 | 34 | 32 |
| Octal | 302 | 75 | 157 | 0 | 105 | 53 | 30 | 521 | 64 | 62 |
| Binary | 11000010 | 111101 | 1101111 | 0 | 1000101 | 101011 | 11000 | 101010001 | 110100 | 110010 |
Color Harmonies of #C23D6F
Complementary color
Monochromatic Colors of #C23D6F
Black with #C23D6F
Text Example
Text Example
White with #C23D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D6F; }
p { color: rgb(194,61,111); }
H1.HeaderClassName
{
color: #C23D6F;
}
.AnyTagClassName
{
color: #C23D6F;
}
</style>
background-color css
<style>
a { background-color: #C23D6F; }
a { background-color: rgb(194,61,111); }
div.DivClassName
{
background-color: #C23D6F;
}
.BgClassName
{
background-color: #C23D6F;
}
</style>
border-color css
<style>
span { border-color: #C23D6F; }
span { border-color: rgb(194,61,111); }
td.TdClassName
{
border-color: #C23D6F;
}
.TagClassName
{
border-color: #C23D6F;
}
</style>