Shades of Old Rose #C33754
Tints of Old Rose #C33754
RGB
CMYK
RGB Variations
Color information
#C33754 (or 0xC33754) is known color: Old Rose. HEX triplet: C3, 37 and 54. RGB value is (195,55,84). Sum of RGB (Red+Green+Blue) = 195+55+84=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C33754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33754 is #3CC8AB. Grayscale: #646464. Windows color (decimal): -3983532 or 5519299. OLE color: 5519299.
HSL color Cylindrical-coordinate representation of color #C33754: hue angle of 347.57º degrees, saturation: 0.56, 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 #C33754 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 84 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.24 |
| HSL | 347.57º | 0.56% | 0.49% | - |
| HSV(B) | 347.57º | 0.72% | 0.76% | - |
| XYZ | 25.47 | 14.97 | 9.94 | - |
| YUV | 100.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 84 | 0 | 0.72 | 0.57 | 0.24 | 347.57 | 0.56 | 0.49 |
| Hex | C3 | 37 | 54 | 0 | 48 | 39 | 18 | 15C | 38 | 31 |
| Octal | 303 | 67 | 124 | 0 | 110 | 71 | 30 | 534 | 70 | 61 |
| Binary | 11000011 | 110111 | 1010100 | 0 | 1001000 | 111001 | 11000 | 101011100 | 111000 | 110001 |
Color Harmonies of #C33754
Complementary color
Monochromatic Colors of #C33754
Black with #C33754
Text Example
Text Example
White with #C33754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33754; }
p { color: rgb(195,55,84); }
H1.HeaderClassName
{
color: #C33754;
}
.AnyTagClassName
{
color: #C33754;
}
</style>
background-color css
<style>
a { background-color: #C33754; }
a { background-color: rgb(195,55,84); }
div.DivClassName
{
background-color: #C33754;
}
.BgClassName
{
background-color: #C33754;
}
</style>
border-color css
<style>
span { border-color: #C33754; }
span { border-color: rgb(195,55,84); }
td.TdClassName
{
border-color: #C33754;
}
.TagClassName
{
border-color: #C33754;
}
</style>