Shades of Royal Heath #C23D6A
Tints of Royal Heath #C23D6A
RGB
CMYK
RGB Variations
Color information
#C23D6A (or 0xC23D6A) is known color: Royal Heath. HEX triplet: C2, 3D and 6A. RGB value is (194,61,106). Sum of RGB (Red+Green+Blue) = 194+61+106=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D6A is #3DC295. Grayscale: #696969. Windows color (decimal): -4047510 or 6962626. OLE color: 6962626.
HSL color Cylindrical-coordinate representation of color #C23D6A: hue angle of 339.7º 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 #C23D6A is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 106 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.24 |
| HSL | 339.7º | 0.52% | 0.5% | - |
| HSV(B) | 339.7º | 0.69% | 0.76% | - |
| XYZ | 26.52 | 15.85 | 15.3 | - |
| YUV | 105.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 106 | 0 | 0.69 | 0.45 | 0.24 | 339.7 | 0.52 | 0.5 |
| Hex | C2 | 3D | 6A | 0 | 45 | 2D | 18 | 154 | 34 | 32 |
| Octal | 302 | 75 | 152 | 0 | 105 | 55 | 30 | 524 | 64 | 62 |
| Binary | 11000010 | 111101 | 1101010 | 0 | 1000101 | 101101 | 11000 | 101010100 | 110100 | 110010 |
Color Harmonies of #C23D6A
Complementary color
Monochromatic Colors of #C23D6A
Black with #C23D6A
Text Example
Text Example
White with #C23D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D6A; }
p { color: rgb(194,61,106); }
H1.HeaderClassName
{
color: #C23D6A;
}
.AnyTagClassName
{
color: #C23D6A;
}
</style>
background-color css
<style>
a { background-color: #C23D6A; }
a { background-color: rgb(194,61,106); }
div.DivClassName
{
background-color: #C23D6A;
}
.BgClassName
{
background-color: #C23D6A;
}
</style>
border-color css
<style>
span { border-color: #C23D6A; }
span { border-color: rgb(194,61,106); }
td.TdClassName
{
border-color: #C23D6A;
}
.TagClassName
{
border-color: #C23D6A;
}
</style>