Shades of Old Rose #C33D56
Tints of Old Rose #C33D56
RGB
CMYK
RGB Variations
Color information
#C33D56 (or 0xC33D56) is known color: Old Rose. HEX triplet: C3, 3D and 56. RGB value is (195,61,86). Sum of RGB (Red+Green+Blue) = 195+61+86=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D56 is #3CC2A9. Grayscale: #676767. Windows color (decimal): -3981994 or 5651907. OLE color: 5651907.
HSL color Cylindrical-coordinate representation of color #C33D56: hue angle of 348.81º 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 #C33D56 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 86 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.24 |
| HSL | 348.81º | 0.53% | 0.5% | - |
| HSV(B) | 348.81º | 0.69% | 0.76% | - |
| XYZ | 25.85 | 15.61 | 10.45 | - |
| YUV | 103.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 86 | 0 | 0.69 | 0.56 | 0.24 | 348.81 | 0.53 | 0.5 |
| Hex | C3 | 3D | 56 | 0 | 45 | 38 | 18 | 15D | 35 | 32 |
| Octal | 303 | 75 | 126 | 0 | 105 | 70 | 30 | 535 | 65 | 62 |
| Binary | 11000011 | 111101 | 1010110 | 0 | 1000101 | 111000 | 11000 | 101011101 | 110101 | 110010 |
Color Harmonies of #C33D56
Complementary color
Monochromatic Colors of #C33D56
Black with #C33D56
Text Example
Text Example
White with #C33D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D56; }
p { color: rgb(195,61,86); }
H1.HeaderClassName
{
color: #C33D56;
}
.AnyTagClassName
{
color: #C33D56;
}
</style>
background-color css
<style>
a { background-color: #C33D56; }
a { background-color: rgb(195,61,86); }
div.DivClassName
{
background-color: #C33D56;
}
.BgClassName
{
background-color: #C33D56;
}
</style>
border-color css
<style>
span { border-color: #C33D56; }
span { border-color: rgb(195,61,86); }
td.TdClassName
{
border-color: #C33D56;
}
.TagClassName
{
border-color: #C33D56;
}
</style>