Shades of Old Rose #C33654
Tints of Old Rose #C33654
RGB
CMYK
RGB Variations
Color information
#C33654 (or 0xC33654) is known color: Old Rose. HEX triplet: C3, 36 and 54. RGB value is (195,54,84). Sum of RGB (Red+Green+Blue) = 195+54+84=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33654 is #3CC9AB. Grayscale: #636363. Windows color (decimal): -3983788 or 5519043. OLE color: 5519043.
HSL color Cylindrical-coordinate representation of color #C33654: hue angle of 347.23º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33654 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 84 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.24 |
| HSL | 347.23º | 0.57% | 0.49% | - |
| HSV(B) | 347.23º | 0.72% | 0.76% | - |
| XYZ | 25.43 | 14.88 | 9.92 | - |
| YUV | 99.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 84 | 0 | 0.72 | 0.57 | 0.24 | 347.23 | 0.57 | 0.49 |
| Hex | C3 | 36 | 54 | 0 | 48 | 39 | 18 | 15B | 39 | 31 |
| Octal | 303 | 66 | 124 | 0 | 110 | 71 | 30 | 533 | 71 | 61 |
| Binary | 11000011 | 110110 | 1010100 | 0 | 1001000 | 111001 | 11000 | 101011011 | 111001 | 110001 |
Color Harmonies of #C33654
Complementary color
Monochromatic Colors of #C33654
Black with #C33654
Text Example
Text Example
White with #C33654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33654; }
p { color: rgb(195,54,84); }
H1.HeaderClassName
{
color: #C33654;
}
.AnyTagClassName
{
color: #C33654;
}
</style>
background-color css
<style>
a { background-color: #C33654; }
a { background-color: rgb(195,54,84); }
div.DivClassName
{
background-color: #C33654;
}
.BgClassName
{
background-color: #C33654;
}
</style>
border-color css
<style>
span { border-color: #C33654; }
span { border-color: rgb(195,54,84); }
td.TdClassName
{
border-color: #C33654;
}
.TagClassName
{
border-color: #C33654;
}
</style>