Shades of Old Rose #C2365A
Tints of Old Rose #C2365A
RGB
CMYK
RGB Variations
Color information
#C2365A (or 0xC2365A) is known color: Old Rose. HEX triplet: C2, 36 and 5A. RGB value is (194,54,90). Sum of RGB (Red+Green+Blue) = 194+54+90=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2365A is #3DC9A5. Grayscale: #636363. Windows color (decimal): -4049318 or 5912258. OLE color: 5912258.
HSL color Cylindrical-coordinate representation of color #C2365A: hue angle of 344.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 #C2365A is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 90 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.24 |
| HSL | 344.57º | 0.56% | 0.49% | - |
| HSV(B) | 344.57º | 0.72% | 0.76% | - |
| XYZ | 25.41 | 14.85 | 11.2 | - |
| YUV | 99.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 90 | 0 | 0.72 | 0.54 | 0.24 | 344.57 | 0.56 | 0.49 |
| Hex | C2 | 36 | 5A | 0 | 48 | 36 | 18 | 159 | 38 | 31 |
| Octal | 302 | 66 | 132 | 0 | 110 | 66 | 30 | 531 | 70 | 61 |
| Binary | 11000010 | 110110 | 1011010 | 0 | 1001000 | 110110 | 11000 | 101011001 | 111000 | 110001 |
Color Harmonies of #C2365A
Complementary color
Monochromatic Colors of #C2365A
Black with #C2365A
Text Example
Text Example
White with #C2365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2365A; }
p { color: rgb(194,54,90); }
H1.HeaderClassName
{
color: #C2365A;
}
.AnyTagClassName
{
color: #C2365A;
}
</style>
background-color css
<style>
a { background-color: #C2365A; }
a { background-color: rgb(194,54,90); }
div.DivClassName
{
background-color: #C2365A;
}
.BgClassName
{
background-color: #C2365A;
}
</style>
border-color css
<style>
span { border-color: #C2365A; }
span { border-color: rgb(194,54,90); }
td.TdClassName
{
border-color: #C2365A;
}
.TagClassName
{
border-color: #C2365A;
}
</style>