Shades of Old Rose #C0335F
Tints of Old Rose #C0335F
RGB
CMYK
RGB Variations
Color information
#C0335F (or 0xC0335F) is known color: Old Rose. HEX triplet: C0, 33 and 5F. RGB value is (192,51,95). Sum of RGB (Red+Green+Blue) = 192+51+95=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0335F is #3FCCA0. Grayscale: #626262. Windows color (decimal): -4181153 or 6239168. OLE color: 6239168.
HSL color Cylindrical-coordinate representation of color #C0335F: hue angle of 341.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0335F is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 95 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.25 |
| HSL | 341.28º | 0.58% | 0.48% | - |
| HSV(B) | 341.28º | 0.73% | 0.75% | - |
| XYZ | 24.99 | 14.4 | 12.29 | - |
| YUV | 98.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 95 | 0 | 0.73 | 0.51 | 0.25 | 341.28 | 0.58 | 0.48 |
| Hex | C0 | 33 | 5F | 0 | 49 | 33 | 19 | 155 | 3A | 30 |
| Octal | 300 | 63 | 137 | 0 | 111 | 63 | 31 | 525 | 72 | 60 |
| Binary | 11000000 | 110011 | 1011111 | 0 | 1001001 | 110011 | 11001 | 101010101 | 111010 | 110000 |
Color Harmonies of #C0335F
Complementary color
Monochromatic Colors of #C0335F
Black with #C0335F
Text Example
Text Example
White with #C0335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0335F; }
p { color: rgb(192,51,95); }
H1.HeaderClassName
{
color: #C0335F;
}
.AnyTagClassName
{
color: #C0335F;
}
</style>
background-color css
<style>
a { background-color: #C0335F; }
a { background-color: rgb(192,51,95); }
div.DivClassName
{
background-color: #C0335F;
}
.BgClassName
{
background-color: #C0335F;
}
</style>
border-color css
<style>
span { border-color: #C0335F; }
span { border-color: rgb(192,51,95); }
td.TdClassName
{
border-color: #C0335F;
}
.TagClassName
{
border-color: #C0335F;
}
</style>