Shades of Old Rose #C04254
Tints of Old Rose #C04254
RGB
CMYK
RGB Variations
Color information
#C04254 (or 0xC04254) is known color: Old Rose. HEX triplet: C0, 42 and 54. RGB value is (192,66,84). Sum of RGB (Red+Green+Blue) = 192+66+84=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C04254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04254 is #3FBDAB. Grayscale: #696969. Windows color (decimal): -4177324 or 5522112. OLE color: 5522112.
HSL color Cylindrical-coordinate representation of color #C04254: hue angle of 351.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04254 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 84 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.25 |
| HSL | 351.43º | 0.5% | 0.51% | - |
| HSV(B) | 351.43º | 0.66% | 0.75% | - |
| XYZ | 25.29 | 15.74 | 10.09 | - |
| YUV | 105.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 84 | 0 | 0.66 | 0.56 | 0.25 | 351.43 | 0.5 | 0.51 |
| Hex | C0 | 42 | 54 | 0 | 42 | 38 | 19 | 15F | 32 | 33 |
| Octal | 300 | 102 | 124 | 0 | 102 | 70 | 31 | 537 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1010100 | 0 | 1000010 | 111000 | 11001 | 101011111 | 110010 | 110011 |
Color Harmonies of #C04254
Complementary color
Monochromatic Colors of #C04254
Black with #C04254
Text Example
Text Example
White with #C04254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04254; }
p { color: rgb(192,66,84); }
H1.HeaderClassName
{
color: #C04254;
}
.AnyTagClassName
{
color: #C04254;
}
</style>
background-color css
<style>
a { background-color: #C04254; }
a { background-color: rgb(192,66,84); }
div.DivClassName
{
background-color: #C04254;
}
.BgClassName
{
background-color: #C04254;
}
</style>
border-color css
<style>
span { border-color: #C04254; }
span { border-color: rgb(192,66,84); }
td.TdClassName
{
border-color: #C04254;
}
.TagClassName
{
border-color: #C04254;
}
</style>