Shades of Old Rose #C33858
Tints of Old Rose #C33858
RGB
CMYK
RGB Variations
Color information
#C33858 (or 0xC33858) is known color: Old Rose. HEX triplet: C3, 38 and 58. RGB value is (195,56,88). Sum of RGB (Red+Green+Blue) = 195+56+88=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C33858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33858 is #3CC7A7. Grayscale: #656565. Windows color (decimal): -3983272 or 5781699. OLE color: 5781699.
HSL color Cylindrical-coordinate representation of color #C33858: hue angle of 346.19º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33858 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 88 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.24 |
| HSL | 346.19º | 0.55% | 0.49% | - |
| HSV(B) | 346.19º | 0.71% | 0.76% | - |
| XYZ | 25.68 | 15.14 | 10.8 | - |
| YUV | 101.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 88 | 0 | 0.71 | 0.55 | 0.24 | 346.19 | 0.55 | 0.49 |
| Hex | C3 | 38 | 58 | 0 | 47 | 37 | 18 | 15A | 37 | 31 |
| Octal | 303 | 70 | 130 | 0 | 107 | 67 | 30 | 532 | 67 | 61 |
| Binary | 11000011 | 111000 | 1011000 | 0 | 1000111 | 110111 | 11000 | 101011010 | 110111 | 110001 |
Color Harmonies of #C33858
Complementary color
Monochromatic Colors of #C33858
Black with #C33858
Text Example
Text Example
White with #C33858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33858; }
p { color: rgb(195,56,88); }
H1.HeaderClassName
{
color: #C33858;
}
.AnyTagClassName
{
color: #C33858;
}
</style>
background-color css
<style>
a { background-color: #C33858; }
a { background-color: rgb(195,56,88); }
div.DivClassName
{
background-color: #C33858;
}
.BgClassName
{
background-color: #C33858;
}
</style>
border-color css
<style>
span { border-color: #C33858; }
span { border-color: rgb(195,56,88); }
td.TdClassName
{
border-color: #C33858;
}
.TagClassName
{
border-color: #C33858;
}
</style>