Shades of Royal Heath #C23D66
Tints of Royal Heath #C23D66
RGB
CMYK
RGB Variations
Color information
#C23D66 (or 0xC23D66) is known color: Royal Heath. HEX triplet: C2, 3D and 66. RGB value is (194,61,102). Sum of RGB (Red+Green+Blue) = 194+61+102=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D66 is #3DC299. Grayscale: #696969. Windows color (decimal): -4047514 or 6700482. OLE color: 6700482.
HSL color Cylindrical-coordinate representation of color #C23D66: hue angle of 341.5º 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 #C23D66 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 102 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.24 |
| HSL | 341.5º | 0.52% | 0.5% | - |
| HSV(B) | 341.5º | 0.69% | 0.76% | - |
| XYZ | 26.32 | 15.77 | 14.23 | - |
| YUV | 105.44 | 126.06 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 102 | 0 | 0.69 | 0.47 | 0.24 | 341.5 | 0.52 | 0.5 |
| Hex | C2 | 3D | 66 | 0 | 45 | 2F | 18 | 156 | 34 | 32 |
| Octal | 302 | 75 | 146 | 0 | 105 | 57 | 30 | 526 | 64 | 62 |
| Binary | 11000010 | 111101 | 1100110 | 0 | 1000101 | 101111 | 11000 | 101010110 | 110100 | 110010 |
Color Harmonies of #C23D66
Complementary color
Monochromatic Colors of #C23D66
Black with #C23D66
Text Example
Text Example
White with #C23D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D66; }
p { color: rgb(194,61,102); }
H1.HeaderClassName
{
color: #C23D66;
}
.AnyTagClassName
{
color: #C23D66;
}
</style>
background-color css
<style>
a { background-color: #C23D66; }
a { background-color: rgb(194,61,102); }
div.DivClassName
{
background-color: #C23D66;
}
.BgClassName
{
background-color: #C23D66;
}
</style>
border-color css
<style>
span { border-color: #C23D66; }
span { border-color: rgb(194,61,102); }
td.TdClassName
{
border-color: #C23D66;
}
.TagClassName
{
border-color: #C23D66;
}
</style>