Shades of Old Rose #C33761
Tints of Old Rose #C33761
RGB
CMYK
RGB Variations
Color information
#C33761 (or 0xC33761) is known color: Old Rose. HEX triplet: C3, 37 and 61. RGB value is (195,55,97). Sum of RGB (Red+Green+Blue) = 195+55+97=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33761 is #3CC89E. Grayscale: #656565. Windows color (decimal): -3983519 or 6371267. OLE color: 6371267.
HSL color Cylindrical-coordinate representation of color #C33761: hue angle of 342º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33761 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 97 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.24 |
| HSL | 342º | 0.56% | 0.49% | - |
| HSV(B) | 342º | 0.72% | 0.76% | - |
| XYZ | 26.03 | 15.2 | 12.87 | - |
| YUV | 101.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 97 | 0 | 0.72 | 0.50 | 0.24 | 342 | 0.56 | 0.49 |
| Hex | C3 | 37 | 61 | 0 | 48 | 32 | 18 | 156 | 38 | 31 |
| Octal | 303 | 67 | 141 | 0 | 110 | 62 | 30 | 526 | 70 | 61 |
| Binary | 11000011 | 110111 | 1100001 | 0 | 1001000 | 110010 | 11000 | 101010110 | 111000 | 110001 |
Color Harmonies of #C33761
Complementary color
Monochromatic Colors of #C33761
Black with #C33761
Text Example
Text Example
White with #C33761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33761; }
p { color: rgb(195,55,97); }
H1.HeaderClassName
{
color: #C33761;
}
.AnyTagClassName
{
color: #C33761;
}
</style>
background-color css
<style>
a { background-color: #C33761; }
a { background-color: rgb(195,55,97); }
div.DivClassName
{
background-color: #C33761;
}
.BgClassName
{
background-color: #C33761;
}
</style>
border-color css
<style>
span { border-color: #C33761; }
span { border-color: rgb(195,55,97); }
td.TdClassName
{
border-color: #C33761;
}
.TagClassName
{
border-color: #C33761;
}
</style>