Shades of Old Rose #C23063
Tints of Old Rose #C23063
RGB
CMYK
RGB Variations
Color information
#C23063 (or 0xC23063) is known color: Old Rose. HEX triplet: C2, 30 and 63. RGB value is (194,48,99). Sum of RGB (Red+Green+Blue) = 194+48+99=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C23063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23063 is #3DCF9C. Grayscale: #616161. Windows color (decimal): -4050845 or 6500546. OLE color: 6500546.
HSL color Cylindrical-coordinate representation of color #C23063: hue angle of 339.04º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23063 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 99 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.24 |
| HSL | 339.04º | 0.6% | 0.47% | - |
| HSV(B) | 339.04º | 0.75% | 0.76% | - |
| XYZ | 25.56 | 14.48 | 13.25 | - |
| YUV | 97.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 99 | 0 | 0.75 | 0.49 | 0.24 | 339.04 | 0.6 | 0.47 |
| Hex | C2 | 30 | 63 | 0 | 4B | 31 | 18 | 153 | 3C | 2F |
| Octal | 302 | 60 | 143 | 0 | 113 | 61 | 30 | 523 | 74 | 57 |
| Binary | 11000010 | 110000 | 1100011 | 0 | 1001011 | 110001 | 11000 | 101010011 | 111100 | 101111 |
Color Harmonies of #C23063
Complementary color
Monochromatic Colors of #C23063
Black with #C23063
Text Example
Text Example
White with #C23063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23063; }
p { color: rgb(194,48,99); }
H1.HeaderClassName
{
color: #C23063;
}
.AnyTagClassName
{
color: #C23063;
}
</style>
background-color css
<style>
a { background-color: #C23063; }
a { background-color: rgb(194,48,99); }
div.DivClassName
{
background-color: #C23063;
}
.BgClassName
{
background-color: #C23063;
}
</style>
border-color css
<style>
span { border-color: #C23063; }
span { border-color: rgb(194,48,99); }
td.TdClassName
{
border-color: #C23063;
}
.TagClassName
{
border-color: #C23063;
}
</style>