Shades of Old Rose #C33961
Tints of Old Rose #C33961
RGB
CMYK
RGB Variations
Color information
#C33961 (or 0xC33961) is known color: Old Rose. HEX triplet: C3, 39 and 61. RGB value is (195,57,97). Sum of RGB (Red+Green+Blue) = 195+57+97=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C33961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33961 is #3CC69E. Grayscale: #666666. Windows color (decimal): -3983007 or 6371779. OLE color: 6371779.
HSL color Cylindrical-coordinate representation of color #C33961: hue angle of 342.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33961 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 97 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.24 |
| HSL | 342.61º | 0.55% | 0.49% | - |
| HSV(B) | 342.61º | 0.71% | 0.76% | - |
| XYZ | 26.13 | 15.39 | 12.9 | - |
| YUV | 102.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 97 | 0 | 0.71 | 0.50 | 0.24 | 342.61 | 0.55 | 0.49 |
| Hex | C3 | 39 | 61 | 0 | 47 | 32 | 18 | 157 | 37 | 31 |
| Octal | 303 | 71 | 141 | 0 | 107 | 62 | 30 | 527 | 67 | 61 |
| Binary | 11000011 | 111001 | 1100001 | 0 | 1000111 | 110010 | 11000 | 101010111 | 110111 | 110001 |
Color Harmonies of #C33961
Complementary color
Monochromatic Colors of #C33961
Black with #C33961
Text Example
Text Example
White with #C33961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33961; }
p { color: rgb(195,57,97); }
H1.HeaderClassName
{
color: #C33961;
}
.AnyTagClassName
{
color: #C33961;
}
</style>
background-color css
<style>
a { background-color: #C33961; }
a { background-color: rgb(195,57,97); }
div.DivClassName
{
background-color: #C33961;
}
.BgClassName
{
background-color: #C33961;
}
</style>
border-color css
<style>
span { border-color: #C33961; }
span { border-color: rgb(195,57,97); }
td.TdClassName
{
border-color: #C33961;
}
.TagClassName
{
border-color: #C33961;
}
</style>