Shades of Old Rose #C2364C
Tints of Old Rose #C2364C
RGB
CMYK
RGB Variations
Color information
#C2364C (or 0xC2364C) is known color: Old Rose. HEX triplet: C2, 36 and 4C. RGB value is (194,54,76). Sum of RGB (Red+Green+Blue) = 194+54+76=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2364C is #3DC9B3. Grayscale: #626262. Windows color (decimal): -4049332 or 4994754. OLE color: 4994754.
HSL color Cylindrical-coordinate representation of color #C2364C: hue angle of 350.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 #C2364C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 76 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.24 |
| HSL | 350.57º | 0.56% | 0.49% | - |
| HSV(B) | 350.57º | 0.72% | 0.76% | - |
| XYZ | 24.87 | 14.63 | 8.35 | - |
| YUV | 98.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 76 | 0 | 0.72 | 0.61 | 0.24 | 350.57 | 0.56 | 0.49 |
| Hex | C2 | 36 | 4C | 0 | 48 | 3D | 18 | 15F | 38 | 31 |
| Octal | 302 | 66 | 114 | 0 | 110 | 75 | 30 | 537 | 70 | 61 |
| Binary | 11000010 | 110110 | 1001100 | 0 | 1001000 | 111101 | 11000 | 101011111 | 111000 | 110001 |
Color Harmonies of #C2364C
Complementary color
Monochromatic Colors of #C2364C
Black with #C2364C
Text Example
Text Example
White with #C2364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2364C; }
p { color: rgb(194,54,76); }
H1.HeaderClassName
{
color: #C2364C;
}
.AnyTagClassName
{
color: #C2364C;
}
</style>
background-color css
<style>
a { background-color: #C2364C; }
a { background-color: rgb(194,54,76); }
div.DivClassName
{
background-color: #C2364C;
}
.BgClassName
{
background-color: #C2364C;
}
</style>
border-color css
<style>
span { border-color: #C2364C; }
span { border-color: rgb(194,54,76); }
td.TdClassName
{
border-color: #C2364C;
}
.TagClassName
{
border-color: #C2364C;
}
</style>