Shades of Old Rose #C33356
Tints of Old Rose #C33356
RGB
CMYK
RGB Variations
Color information
#C33356 (or 0xC33356) is known color: Old Rose. HEX triplet: C3, 33 and 56. RGB value is (195,51,86). Sum of RGB (Red+Green+Blue) = 195+51+86=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C33356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33356 is #3CCCA9. Grayscale: #626262. Windows color (decimal): -3984554 or 5649347. OLE color: 5649347.
HSL color Cylindrical-coordinate representation of color #C33356: hue angle of 345.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33356 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 86 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.24 |
| HSL | 345.42º | 0.59% | 0.48% | - |
| HSV(B) | 345.42º | 0.74% | 0.76% | - |
| XYZ | 25.37 | 14.64 | 10.29 | - |
| YUV | 98.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 86 | 0 | 0.74 | 0.56 | 0.24 | 345.42 | 0.59 | 0.48 |
| Hex | C3 | 33 | 56 | 0 | 4A | 38 | 18 | 159 | 3B | 30 |
| Octal | 303 | 63 | 126 | 0 | 112 | 70 | 30 | 531 | 73 | 60 |
| Binary | 11000011 | 110011 | 1010110 | 0 | 1001010 | 111000 | 11000 | 101011001 | 111011 | 110000 |
Color Harmonies of #C33356
Complementary color
Monochromatic Colors of #C33356
Black with #C33356
Text Example
Text Example
White with #C33356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33356; }
p { color: rgb(195,51,86); }
H1.HeaderClassName
{
color: #C33356;
}
.AnyTagClassName
{
color: #C33356;
}
</style>
background-color css
<style>
a { background-color: #C33356; }
a { background-color: rgb(195,51,86); }
div.DivClassName
{
background-color: #C33356;
}
.BgClassName
{
background-color: #C33356;
}
</style>
border-color css
<style>
span { border-color: #C33356; }
span { border-color: rgb(195,51,86); }
td.TdClassName
{
border-color: #C33356;
}
.TagClassName
{
border-color: #C33356;
}
</style>