Shades of Old Rose #C33D5B
Tints of Old Rose #C33D5B
RGB
CMYK
RGB Variations
Color information
#C33D5B (or 0xC33D5B) is known color: Old Rose. HEX triplet: C3, 3D and 5B. RGB value is (195,61,91). Sum of RGB (Red+Green+Blue) = 195+61+91=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D5B is #3CC2A4. Grayscale: #686868. Windows color (decimal): -3981989 or 5979587. OLE color: 5979587.
HSL color Cylindrical-coordinate representation of color #C33D5B: hue angle of 346.57º 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 #C33D5B is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 91 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.24 |
| HSL | 346.57º | 0.53% | 0.5% | - |
| HSV(B) | 346.57º | 0.69% | 0.76% | - |
| XYZ | 26.06 | 15.69 | 11.55 | - |
| YUV | 104.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 91 | 0 | 0.69 | 0.53 | 0.24 | 346.57 | 0.53 | 0.5 |
| Hex | C3 | 3D | 5B | 0 | 45 | 35 | 18 | 15B | 35 | 32 |
| Octal | 303 | 75 | 133 | 0 | 105 | 65 | 30 | 533 | 65 | 62 |
| Binary | 11000011 | 111101 | 1011011 | 0 | 1000101 | 110101 | 11000 | 101011011 | 110101 | 110010 |
Color Harmonies of #C33D5B
Complementary color
Monochromatic Colors of #C33D5B
Black with #C33D5B
Text Example
Text Example
White with #C33D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D5B; }
p { color: rgb(195,61,91); }
H1.HeaderClassName
{
color: #C33D5B;
}
.AnyTagClassName
{
color: #C33D5B;
}
</style>
background-color css
<style>
a { background-color: #C33D5B; }
a { background-color: rgb(195,61,91); }
div.DivClassName
{
background-color: #C33D5B;
}
.BgClassName
{
background-color: #C33D5B;
}
</style>
border-color css
<style>
span { border-color: #C33D5B; }
span { border-color: rgb(195,61,91); }
td.TdClassName
{
border-color: #C33D5B;
}
.TagClassName
{
border-color: #C33D5B;
}
</style>