Shades of Old Rose #C33D52
Tints of Old Rose #C33D52
RGB
CMYK
RGB Variations
Color information
#C33D52 (or 0xC33D52) is known color: Old Rose. HEX triplet: C3, 3D and 52. RGB value is (195,61,82). Sum of RGB (Red+Green+Blue) = 195+61+82=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D52 is #3CC2AD. Grayscale: #676767. Windows color (decimal): -3981998 or 5389763. OLE color: 5389763.
HSL color Cylindrical-coordinate representation of color #C33D52: hue angle of 350.6º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D52 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 82 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.24 |
| HSL | 350.6º | 0.53% | 0.5% | - |
| HSV(B) | 350.6º | 0.69% | 0.76% | - |
| XYZ | 25.7 | 15.55 | 9.63 | - |
| YUV | 103.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 82 | 0 | 0.69 | 0.58 | 0.24 | 350.6 | 0.53 | 0.5 |
| Hex | C3 | 3D | 52 | 0 | 45 | 3A | 18 | 15F | 35 | 32 |
| Octal | 303 | 75 | 122 | 0 | 105 | 72 | 30 | 537 | 65 | 62 |
| Binary | 11000011 | 111101 | 1010010 | 0 | 1000101 | 111010 | 11000 | 101011111 | 110101 | 110010 |
Color Harmonies of #C33D52
Complementary color
Monochromatic Colors of #C33D52
Black with #C33D52
Text Example
Text Example
White with #C33D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D52; }
p { color: rgb(195,61,82); }
H1.HeaderClassName
{
color: #C33D52;
}
.AnyTagClassName
{
color: #C33D52;
}
</style>
background-color css
<style>
a { background-color: #C33D52; }
a { background-color: rgb(195,61,82); }
div.DivClassName
{
background-color: #C33D52;
}
.BgClassName
{
background-color: #C33D52;
}
</style>
border-color css
<style>
span { border-color: #C33D52; }
span { border-color: rgb(195,61,82); }
td.TdClassName
{
border-color: #C33D52;
}
.TagClassName
{
border-color: #C33D52;
}
</style>