Shades of Old Rose #C04255
Tints of Old Rose #C04255
RGB
CMYK
RGB Variations
Color information
#C04255 (or 0xC04255) is known color: Old Rose. HEX triplet: C0, 42 and 55. RGB value is (192,66,85). Sum of RGB (Red+Green+Blue) = 192+66+85=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C04255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04255 is #3FBDAA. Grayscale: #696969. Windows color (decimal): -4177323 or 5587648. OLE color: 5587648.
HSL color Cylindrical-coordinate representation of color #C04255: hue angle of 350.95º 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 #C04255 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 85 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.25 |
| HSL | 350.95º | 0.5% | 0.51% | - |
| HSV(B) | 350.95º | 0.66% | 0.75% | - |
| XYZ | 25.33 | 15.76 | 10.3 | - |
| YUV | 105.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 85 | 0 | 0.66 | 0.56 | 0.25 | 350.95 | 0.5 | 0.51 |
| Hex | C0 | 42 | 55 | 0 | 42 | 38 | 19 | 15F | 32 | 33 |
| Octal | 300 | 102 | 125 | 0 | 102 | 70 | 31 | 537 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1010101 | 0 | 1000010 | 111000 | 11001 | 101011111 | 110010 | 110011 |
Color Harmonies of #C04255
Complementary color
Monochromatic Colors of #C04255
Black with #C04255
Text Example
Text Example
White with #C04255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04255; }
p { color: rgb(192,66,85); }
H1.HeaderClassName
{
color: #C04255;
}
.AnyTagClassName
{
color: #C04255;
}
</style>
background-color css
<style>
a { background-color: #C04255; }
a { background-color: rgb(192,66,85); }
div.DivClassName
{
background-color: #C04255;
}
.BgClassName
{
background-color: #C04255;
}
</style>
border-color css
<style>
span { border-color: #C04255; }
span { border-color: rgb(192,66,85); }
td.TdClassName
{
border-color: #C04255;
}
.TagClassName
{
border-color: #C04255;
}
</style>