Shades of Old Rose #C2364F
Tints of Old Rose #C2364F
RGB
CMYK
RGB Variations
Color information
#C2364F (or 0xC2364F) is known color: Old Rose. HEX triplet: C2, 36 and 4F. RGB value is (194,54,79). Sum of RGB (Red+Green+Blue) = 194+54+79=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2364F is #3DC9B0. Grayscale: #626262. Windows color (decimal): -4049329 or 5191362. OLE color: 5191362.
HSL color Cylindrical-coordinate representation of color #C2364F: hue angle of 349.29º 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 #C2364F is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 79 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.24 |
| HSL | 349.29º | 0.56% | 0.49% | - |
| HSV(B) | 349.29º | 0.72% | 0.76% | - |
| XYZ | 24.98 | 14.67 | 8.91 | - |
| YUV | 98.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 79 | 0 | 0.72 | 0.59 | 0.24 | 349.29 | 0.56 | 0.49 |
| Hex | C2 | 36 | 4F | 0 | 48 | 3B | 18 | 15D | 38 | 31 |
| Octal | 302 | 66 | 117 | 0 | 110 | 73 | 30 | 535 | 70 | 61 |
| Binary | 11000010 | 110110 | 1001111 | 0 | 1001000 | 111011 | 11000 | 101011101 | 111000 | 110001 |
Color Harmonies of #C2364F
Complementary color
Monochromatic Colors of #C2364F
Black with #C2364F
Text Example
Text Example
White with #C2364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2364F; }
p { color: rgb(194,54,79); }
H1.HeaderClassName
{
color: #C2364F;
}
.AnyTagClassName
{
color: #C2364F;
}
</style>
background-color css
<style>
a { background-color: #C2364F; }
a { background-color: rgb(194,54,79); }
div.DivClassName
{
background-color: #C2364F;
}
.BgClassName
{
background-color: #C2364F;
}
</style>
border-color css
<style>
span { border-color: #C2364F; }
span { border-color: rgb(194,54,79); }
td.TdClassName
{
border-color: #C2364F;
}
.TagClassName
{
border-color: #C2364F;
}
</style>