Shades of Old Rose #C33B5C
Tints of Old Rose #C33B5C
RGB
CMYK
RGB Variations
Color information
#C33B5C (or 0xC33B5C) is known color: Old Rose. HEX triplet: C3, 3B and 5C. RGB value is (195,59,92). Sum of RGB (Red+Green+Blue) = 195+59+92=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B5C is #3CC4A3. Grayscale: #676767. Windows color (decimal): -3982500 or 6044611. OLE color: 6044611.
HSL color Cylindrical-coordinate representation of color #C33B5C: hue angle of 345.44º 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 #C33B5C is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 92 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.24 |
| HSL | 345.44º | 0.54% | 0.5% | - |
| HSV(B) | 345.44º | 0.7% | 0.76% | - |
| XYZ | 26 | 15.5 | 11.75 | - |
| YUV | 103.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 92 | 0 | 0.70 | 0.53 | 0.24 | 345.44 | 0.54 | 0.5 |
| Hex | C3 | 3B | 5C | 0 | 46 | 35 | 18 | 159 | 36 | 32 |
| Octal | 303 | 73 | 134 | 0 | 106 | 65 | 30 | 531 | 66 | 62 |
| Binary | 11000011 | 111011 | 1011100 | 0 | 1000110 | 110101 | 11000 | 101011001 | 110110 | 110010 |
Color Harmonies of #C33B5C
Complementary color
Monochromatic Colors of #C33B5C
Black with #C33B5C
Text Example
Text Example
White with #C33B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B5C; }
p { color: rgb(195,59,92); }
H1.HeaderClassName
{
color: #C33B5C;
}
.AnyTagClassName
{
color: #C33B5C;
}
</style>
background-color css
<style>
a { background-color: #C33B5C; }
a { background-color: rgb(195,59,92); }
div.DivClassName
{
background-color: #C33B5C;
}
.BgClassName
{
background-color: #C33B5C;
}
</style>
border-color css
<style>
span { border-color: #C33B5C; }
span { border-color: rgb(195,59,92); }
td.TdClassName
{
border-color: #C33B5C;
}
.TagClassName
{
border-color: #C33B5C;
}
</style>