Shades of Old Rose #C03256
Tints of Old Rose #C03256
RGB
CMYK
RGB Variations
Color information
#C03256 (or 0xC03256) is known color: Old Rose. HEX triplet: C0, 32 and 56. RGB value is (192,50,86). Sum of RGB (Red+Green+Blue) = 192+50+86=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C03256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03256 is #3FCDA9. Grayscale: #606060. Windows color (decimal): -4181418 or 5649088. OLE color: 5649088.
HSL color Cylindrical-coordinate representation of color #C03256: hue angle of 344.79º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03256 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 86 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.25 |
| HSL | 344.79º | 0.59% | 0.47% | - |
| HSV(B) | 344.79º | 0.74% | 0.75% | - |
| XYZ | 24.56 | 14.16 | 10.24 | - |
| YUV | 96.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 86 | 0 | 0.74 | 0.55 | 0.25 | 344.79 | 0.59 | 0.47 |
| Hex | C0 | 32 | 56 | 0 | 4A | 37 | 19 | 159 | 3B | 2F |
| Octal | 300 | 62 | 126 | 0 | 112 | 67 | 31 | 531 | 73 | 57 |
| Binary | 11000000 | 110010 | 1010110 | 0 | 1001010 | 110111 | 11001 | 101011001 | 111011 | 101111 |
Color Harmonies of #C03256
Complementary color
Monochromatic Colors of #C03256
Black with #C03256
Text Example
Text Example
White with #C03256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03256; }
p { color: rgb(192,50,86); }
H1.HeaderClassName
{
color: #C03256;
}
.AnyTagClassName
{
color: #C03256;
}
</style>
background-color css
<style>
a { background-color: #C03256; }
a { background-color: rgb(192,50,86); }
div.DivClassName
{
background-color: #C03256;
}
.BgClassName
{
background-color: #C03256;
}
</style>
border-color css
<style>
span { border-color: #C03256; }
span { border-color: rgb(192,50,86); }
td.TdClassName
{
border-color: #C03256;
}
.TagClassName
{
border-color: #C03256;
}
</style>