Shades of Old Rose #C0325C
Tints of Old Rose #C0325C
RGB
CMYK
RGB Variations
Color information
#C0325C (or 0xC0325C) is known color: Old Rose. HEX triplet: C0, 32 and 5C. RGB value is (192,50,92). Sum of RGB (Red+Green+Blue) = 192+50+92=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0325C is #3FCDA3. Grayscale: #616161. Windows color (decimal): -4181412 or 6042304. OLE color: 6042304.
HSL color Cylindrical-coordinate representation of color #C0325C: hue angle of 342.25º 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 #C0325C is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 92 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.25 |
| HSL | 342.25º | 0.59% | 0.47% | - |
| HSV(B) | 342.25º | 0.74% | 0.75% | - |
| XYZ | 24.81 | 14.26 | 11.57 | - |
| YUV | 97.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 92 | 0 | 0.74 | 0.52 | 0.25 | 342.25 | 0.59 | 0.47 |
| Hex | C0 | 32 | 5C | 0 | 4A | 34 | 19 | 156 | 3B | 2F |
| Octal | 300 | 62 | 134 | 0 | 112 | 64 | 31 | 526 | 73 | 57 |
| Binary | 11000000 | 110010 | 1011100 | 0 | 1001010 | 110100 | 11001 | 101010110 | 111011 | 101111 |
Color Harmonies of #C0325C
Complementary color
Monochromatic Colors of #C0325C
Black with #C0325C
Text Example
Text Example
White with #C0325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0325C; }
p { color: rgb(192,50,92); }
H1.HeaderClassName
{
color: #C0325C;
}
.AnyTagClassName
{
color: #C0325C;
}
</style>
background-color css
<style>
a { background-color: #C0325C; }
a { background-color: rgb(192,50,92); }
div.DivClassName
{
background-color: #C0325C;
}
.BgClassName
{
background-color: #C0325C;
}
</style>
border-color css
<style>
span { border-color: #C0325C; }
span { border-color: rgb(192,50,92); }
td.TdClassName
{
border-color: #C0325C;
}
.TagClassName
{
border-color: #C0325C;
}
</style>