Shades of Old Rose #C33561
Tints of Old Rose #C33561
RGB
CMYK
RGB Variations
Color information
#C33561 (or 0xC33561) is known color: Old Rose. HEX triplet: C3, 35 and 61. RGB value is (195,53,97). Sum of RGB (Red+Green+Blue) = 195+53+97=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C33561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33561 is #3CCA9E. Grayscale: #646464. Windows color (decimal): -3984031 or 6370755. OLE color: 6370755.
HSL color Cylindrical-coordinate representation of color #C33561: hue angle of 341.41º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33561 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 97 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.24 |
| HSL | 341.41º | 0.57% | 0.49% | - |
| HSV(B) | 341.41º | 0.73% | 0.76% | - |
| XYZ | 25.94 | 15.01 | 12.84 | - |
| YUV | 100.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 97 | 0 | 0.73 | 0.50 | 0.24 | 341.41 | 0.57 | 0.49 |
| Hex | C3 | 35 | 61 | 0 | 49 | 32 | 18 | 155 | 39 | 31 |
| Octal | 303 | 65 | 141 | 0 | 111 | 62 | 30 | 525 | 71 | 61 |
| Binary | 11000011 | 110101 | 1100001 | 0 | 1001001 | 110010 | 11000 | 101010101 | 111001 | 110001 |
Color Harmonies of #C33561
Complementary color
Monochromatic Colors of #C33561
Black with #C33561
Text Example
Text Example
White with #C33561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33561; }
p { color: rgb(195,53,97); }
H1.HeaderClassName
{
color: #C33561;
}
.AnyTagClassName
{
color: #C33561;
}
</style>
background-color css
<style>
a { background-color: #C33561; }
a { background-color: rgb(195,53,97); }
div.DivClassName
{
background-color: #C33561;
}
.BgClassName
{
background-color: #C33561;
}
</style>
border-color css
<style>
span { border-color: #C33561; }
span { border-color: rgb(195,53,97); }
td.TdClassName
{
border-color: #C33561;
}
.TagClassName
{
border-color: #C33561;
}
</style>