Shades of Old Rose #C0375D
Tints of Old Rose #C0375D
RGB
CMYK
RGB Variations
Color information
#C0375D (or 0xC0375D) is known color: Old Rose. HEX triplet: C0, 37 and 5D. RGB value is (192,55,93). Sum of RGB (Red+Green+Blue) = 192+55+93=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0375D is #3FC8A2. Grayscale: #646464. Windows color (decimal): -4180131 or 6109120. OLE color: 6109120.
HSL color Cylindrical-coordinate representation of color #C0375D: hue angle of 343.36º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0375D is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 93 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.25 |
| HSL | 343.36º | 0.55% | 0.48% | - |
| HSV(B) | 343.36º | 0.71% | 0.75% | - |
| XYZ | 25.08 | 14.73 | 11.88 | - |
| YUV | 100.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 93 | 0 | 0.71 | 0.52 | 0.25 | 343.36 | 0.55 | 0.48 |
| Hex | C0 | 37 | 5D | 0 | 47 | 34 | 19 | 157 | 37 | 30 |
| Octal | 300 | 67 | 135 | 0 | 107 | 64 | 31 | 527 | 67 | 60 |
| Binary | 11000000 | 110111 | 1011101 | 0 | 1000111 | 110100 | 11001 | 101010111 | 110111 | 110000 |
Color Harmonies of #C0375D
Complementary color
Monochromatic Colors of #C0375D
Black with #C0375D
Text Example
Text Example
White with #C0375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0375D; }
p { color: rgb(192,55,93); }
H1.HeaderClassName
{
color: #C0375D;
}
.AnyTagClassName
{
color: #C0375D;
}
</style>
background-color css
<style>
a { background-color: #C0375D; }
a { background-color: rgb(192,55,93); }
div.DivClassName
{
background-color: #C0375D;
}
.BgClassName
{
background-color: #C0375D;
}
</style>
border-color css
<style>
span { border-color: #C0375D; }
span { border-color: rgb(192,55,93); }
td.TdClassName
{
border-color: #C0375D;
}
.TagClassName
{
border-color: #C0375D;
}
</style>