Shades of Old Rose #C2364A
Tints of Old Rose #C2364A
RGB
CMYK
RGB Variations
Color information
#C2364A (or 0xC2364A) is known color: Old Rose. HEX triplet: C2, 36 and 4A. RGB value is (194,54,74). Sum of RGB (Red+Green+Blue) = 194+54+74=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2364A is #3DC9B5. Grayscale: #626262. Windows color (decimal): -4049334 or 4863682. OLE color: 4863682.
HSL color Cylindrical-coordinate representation of color #C2364A: hue angle of 351.43º 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 #C2364A is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 74 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.24 |
| HSL | 351.43º | 0.56% | 0.49% | - |
| HSV(B) | 351.43º | 0.72% | 0.76% | - |
| XYZ | 24.8 | 14.6 | 7.99 | - |
| YUV | 98.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 74 | 0 | 0.72 | 0.62 | 0.24 | 351.43 | 0.56 | 0.49 |
| Hex | C2 | 36 | 4A | 0 | 48 | 3E | 18 | 15F | 38 | 31 |
| Octal | 302 | 66 | 112 | 0 | 110 | 76 | 30 | 537 | 70 | 61 |
| Binary | 11000010 | 110110 | 1001010 | 0 | 1001000 | 111110 | 11000 | 101011111 | 111000 | 110001 |
Color Harmonies of #C2364A
Complementary color
Monochromatic Colors of #C2364A
Black with #C2364A
Text Example
Text Example
White with #C2364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2364A; }
p { color: rgb(194,54,74); }
H1.HeaderClassName
{
color: #C2364A;
}
.AnyTagClassName
{
color: #C2364A;
}
</style>
background-color css
<style>
a { background-color: #C2364A; }
a { background-color: rgb(194,54,74); }
div.DivClassName
{
background-color: #C2364A;
}
.BgClassName
{
background-color: #C2364A;
}
</style>
border-color css
<style>
span { border-color: #C2364A; }
span { border-color: rgb(194,54,74); }
td.TdClassName
{
border-color: #C2364A;
}
.TagClassName
{
border-color: #C2364A;
}
</style>