Shades of Old Rose #C33E5C
Tints of Old Rose #C33E5C
RGB
CMYK
RGB Variations
Color information
#C33E5C (or 0xC33E5C) is known color: Old Rose. HEX triplet: C3, 3E and 5C. RGB value is (195,62,92). Sum of RGB (Red+Green+Blue) = 195+62+92=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E5C is #3CC1A3. Grayscale: #696969. Windows color (decimal): -3981732 or 6045379. OLE color: 6045379.
HSL color Cylindrical-coordinate representation of color #C33E5C: hue angle of 346.47º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E5C is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 92 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.24 |
| HSL | 346.47º | 0.53% | 0.5% | - |
| HSV(B) | 346.47º | 0.68% | 0.76% | - |
| XYZ | 26.16 | 15.82 | 11.8 | - |
| YUV | 105.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 92 | 0 | 0.68 | 0.53 | 0.24 | 346.47 | 0.53 | 0.5 |
| Hex | C3 | 3E | 5C | 0 | 44 | 35 | 18 | 15A | 35 | 32 |
| Octal | 303 | 76 | 134 | 0 | 104 | 65 | 30 | 532 | 65 | 62 |
| Binary | 11000011 | 111110 | 1011100 | 0 | 1000100 | 110101 | 11000 | 101011010 | 110101 | 110010 |
Color Harmonies of #C33E5C
Complementary color
Monochromatic Colors of #C33E5C
Black with #C33E5C
Text Example
Text Example
White with #C33E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E5C; }
p { color: rgb(195,62,92); }
H1.HeaderClassName
{
color: #C33E5C;
}
.AnyTagClassName
{
color: #C33E5C;
}
</style>
background-color css
<style>
a { background-color: #C33E5C; }
a { background-color: rgb(195,62,92); }
div.DivClassName
{
background-color: #C33E5C;
}
.BgClassName
{
background-color: #C33E5C;
}
</style>
border-color css
<style>
span { border-color: #C33E5C; }
span { border-color: rgb(195,62,92); }
td.TdClassName
{
border-color: #C33E5C;
}
.TagClassName
{
border-color: #C33E5C;
}
</style>