Shades of Old Rose #C0375C
Tints of Old Rose #C0375C
RGB
CMYK
RGB Variations
Color information
#C0375C (or 0xC0375C) is known color: Old Rose. HEX triplet: C0, 37 and 5C. RGB value is (192,55,92). Sum of RGB (Red+Green+Blue) = 192+55+92=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0375C is #3FC8A3. Grayscale: #646464. Windows color (decimal): -4180132 or 6043584. OLE color: 6043584.
HSL color Cylindrical-coordinate representation of color #C0375C: hue angle of 343.8º 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 #C0375C is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 92 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.25 |
| HSL | 343.8º | 0.55% | 0.48% | - |
| HSV(B) | 343.8º | 0.71% | 0.75% | - |
| XYZ | 25.04 | 14.71 | 11.65 | - |
| YUV | 100.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 92 | 0 | 0.71 | 0.52 | 0.25 | 343.8 | 0.55 | 0.48 |
| Hex | C0 | 37 | 5C | 0 | 47 | 34 | 19 | 158 | 37 | 30 |
| Octal | 300 | 67 | 134 | 0 | 107 | 64 | 31 | 530 | 67 | 60 |
| Binary | 11000000 | 110111 | 1011100 | 0 | 1000111 | 110100 | 11001 | 101011000 | 110111 | 110000 |
Color Harmonies of #C0375C
Complementary color
Monochromatic Colors of #C0375C
Black with #C0375C
Text Example
Text Example
White with #C0375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0375C; }
p { color: rgb(192,55,92); }
H1.HeaderClassName
{
color: #C0375C;
}
.AnyTagClassName
{
color: #C0375C;
}
</style>
background-color css
<style>
a { background-color: #C0375C; }
a { background-color: rgb(192,55,92); }
div.DivClassName
{
background-color: #C0375C;
}
.BgClassName
{
background-color: #C0375C;
}
</style>
border-color css
<style>
span { border-color: #C0375C; }
span { border-color: rgb(192,55,92); }
td.TdClassName
{
border-color: #C0375C;
}
.TagClassName
{
border-color: #C0375C;
}
</style>