Shades of Old Rose #C33A5C
Tints of Old Rose #C33A5C
RGB
CMYK
RGB Variations
Color information
#C33A5C (or 0xC33A5C) is known color: Old Rose. HEX triplet: C3, 3A and 5C. RGB value is (195,58,92). Sum of RGB (Red+Green+Blue) = 195+58+92=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A5C is #3CC5A3. Grayscale: #666666. Windows color (decimal): -3982756 or 6044355. OLE color: 6044355.
HSL color Cylindrical-coordinate representation of color #C33A5C: hue angle of 345.11º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A5C is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 92 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.24 |
| HSL | 345.11º | 0.54% | 0.5% | - |
| HSV(B) | 345.11º | 0.7% | 0.76% | - |
| XYZ | 25.95 | 15.4 | 11.73 | - |
| YUV | 102.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 92 | 0 | 0.70 | 0.53 | 0.24 | 345.11 | 0.54 | 0.5 |
| Hex | C3 | 3A | 5C | 0 | 46 | 35 | 18 | 159 | 36 | 32 |
| Octal | 303 | 72 | 134 | 0 | 106 | 65 | 30 | 531 | 66 | 62 |
| Binary | 11000011 | 111010 | 1011100 | 0 | 1000110 | 110101 | 11000 | 101011001 | 110110 | 110010 |
Color Harmonies of #C33A5C
Complementary color
Monochromatic Colors of #C33A5C
Black with #C33A5C
Text Example
Text Example
White with #C33A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A5C; }
p { color: rgb(195,58,92); }
H1.HeaderClassName
{
color: #C33A5C;
}
.AnyTagClassName
{
color: #C33A5C;
}
</style>
background-color css
<style>
a { background-color: #C33A5C; }
a { background-color: rgb(195,58,92); }
div.DivClassName
{
background-color: #C33A5C;
}
.BgClassName
{
background-color: #C33A5C;
}
</style>
border-color css
<style>
span { border-color: #C33A5C; }
span { border-color: rgb(195,58,92); }
td.TdClassName
{
border-color: #C33A5C;
}
.TagClassName
{
border-color: #C33A5C;
}
</style>