Shades of Old Rose #C22754
Tints of Old Rose #C22754
RGB
CMYK
RGB Variations
Color information
#C22754 (or 0xC22754) is known color: Old Rose. HEX triplet: C2, 27 and 54. RGB value is (194,39,84). Sum of RGB (Red+Green+Blue) = 194+39+84=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C22754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22754 is #3DD8AB. Grayscale: #5A5A5A. Windows color (decimal): -4053164 or 5515202. OLE color: 5515202.
HSL color Cylindrical-coordinate representation of color #C22754: hue angle of 342.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22754 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 84 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.24 |
| HSL | 342.58º | 0.67% | 0.46% | - |
| HSV(B) | 342.58º | 0.8% | 0.76% | - |
| XYZ | 24.57 | 13.56 | 9.71 | - |
| YUV | 90.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 84 | 0 | 0.80 | 0.57 | 0.24 | 342.58 | 0.67 | 0.46 |
| Hex | C2 | 27 | 54 | 0 | 50 | 39 | 18 | 157 | 43 | 2E |
| Octal | 302 | 47 | 124 | 0 | 120 | 71 | 30 | 527 | 103 | 56 |
| Binary | 11000010 | 100111 | 1010100 | 0 | 1010000 | 111001 | 11000 | 101010111 | 1000011 | 101110 |
Color Harmonies of #C22754
Complementary color
Monochromatic Colors of #C22754
Black with #C22754
Text Example
Text Example
White with #C22754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22754; }
p { color: rgb(194,39,84); }
H1.HeaderClassName
{
color: #C22754;
}
.AnyTagClassName
{
color: #C22754;
}
</style>
background-color css
<style>
a { background-color: #C22754; }
a { background-color: rgb(194,39,84); }
div.DivClassName
{
background-color: #C22754;
}
.BgClassName
{
background-color: #C22754;
}
</style>
border-color css
<style>
span { border-color: #C22754; }
span { border-color: rgb(194,39,84); }
td.TdClassName
{
border-color: #C22754;
}
.TagClassName
{
border-color: #C22754;
}
</style>