Shades of Old Rose #C0335B
Tints of Old Rose #C0335B
RGB
CMYK
RGB Variations
Color information
#C0335B (or 0xC0335B) is known color: Old Rose. HEX triplet: C0, 33 and 5B. RGB value is (192,51,91). Sum of RGB (Red+Green+Blue) = 192+51+91=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0335B is #3FCCA4. Grayscale: #616161. Windows color (decimal): -4181157 or 5977024. OLE color: 5977024.
HSL color Cylindrical-coordinate representation of color #C0335B: hue angle of 342.98º 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 #C0335B is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 91 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.25 |
| HSL | 342.98º | 0.58% | 0.48% | - |
| HSV(B) | 342.98º | 0.73% | 0.75% | - |
| XYZ | 24.81 | 14.33 | 11.36 | - |
| YUV | 97.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 91 | 0 | 0.73 | 0.53 | 0.25 | 342.98 | 0.58 | 0.48 |
| Hex | C0 | 33 | 5B | 0 | 49 | 35 | 19 | 157 | 3A | 30 |
| Octal | 300 | 63 | 133 | 0 | 111 | 65 | 31 | 527 | 72 | 60 |
| Binary | 11000000 | 110011 | 1011011 | 0 | 1001001 | 110101 | 11001 | 101010111 | 111010 | 110000 |
Color Harmonies of #C0335B
Complementary color
Monochromatic Colors of #C0335B
Black with #C0335B
Text Example
Text Example
White with #C0335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0335B; }
p { color: rgb(192,51,91); }
H1.HeaderClassName
{
color: #C0335B;
}
.AnyTagClassName
{
color: #C0335B;
}
</style>
background-color css
<style>
a { background-color: #C0335B; }
a { background-color: rgb(192,51,91); }
div.DivClassName
{
background-color: #C0335B;
}
.BgClassName
{
background-color: #C0335B;
}
</style>
border-color css
<style>
span { border-color: #C0335B; }
span { border-color: rgb(192,51,91); }
td.TdClassName
{
border-color: #C0335B;
}
.TagClassName
{
border-color: #C0335B;
}
</style>