Shades of Old Rose #C33953
Tints of Old Rose #C33953
RGB
CMYK
RGB Variations
Color information
#C33953 (or 0xC33953) is known color: Old Rose. HEX triplet: C3, 39 and 53. RGB value is (195,57,83). Sum of RGB (Red+Green+Blue) = 195+57+83=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C33953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33953 is #3CC6AC. Grayscale: #656565. Windows color (decimal): -3983021 or 5454275. OLE color: 5454275.
HSL color Cylindrical-coordinate representation of color #C33953: hue angle of 348.7º 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 #C33953 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 83 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.24 |
| HSL | 348.7º | 0.55% | 0.49% | - |
| HSV(B) | 348.7º | 0.71% | 0.76% | - |
| XYZ | 25.53 | 15.15 | 9.76 | - |
| YUV | 101.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 83 | 0 | 0.71 | 0.57 | 0.24 | 348.7 | 0.55 | 0.49 |
| Hex | C3 | 39 | 53 | 0 | 47 | 39 | 18 | 15D | 37 | 31 |
| Octal | 303 | 71 | 123 | 0 | 107 | 71 | 30 | 535 | 67 | 61 |
| Binary | 11000011 | 111001 | 1010011 | 0 | 1000111 | 111001 | 11000 | 101011101 | 110111 | 110001 |
Color Harmonies of #C33953
Complementary color
Monochromatic Colors of #C33953
Black with #C33953
Text Example
Text Example
White with #C33953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33953; }
p { color: rgb(195,57,83); }
H1.HeaderClassName
{
color: #C33953;
}
.AnyTagClassName
{
color: #C33953;
}
</style>
background-color css
<style>
a { background-color: #C33953; }
a { background-color: rgb(195,57,83); }
div.DivClassName
{
background-color: #C33953;
}
.BgClassName
{
background-color: #C33953;
}
</style>
border-color css
<style>
span { border-color: #C33953; }
span { border-color: rgb(195,57,83); }
td.TdClassName
{
border-color: #C33953;
}
.TagClassName
{
border-color: #C33953;
}
</style>