Shades of Old Rose #C1364F
Tints of Old Rose #C1364F
RGB
CMYK
RGB Variations
Color information
#C1364F (or 0xC1364F) is known color: Old Rose. HEX triplet: C1, 36 and 4F. RGB value is (193,54,79). Sum of RGB (Red+Green+Blue) = 193+54+79=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1364F is #3EC9B0. Grayscale: #626262. Windows color (decimal): -4114865 or 5191361. OLE color: 5191361.
HSL color Cylindrical-coordinate representation of color #C1364F: hue angle of 349.21º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1364F is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 79 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.24 |
| HSL | 349.21º | 0.56% | 0.48% | - |
| HSV(B) | 349.21º | 0.72% | 0.76% | - |
| XYZ | 24.72 | 14.54 | 8.9 | - |
| YUV | 98.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 79 | 0 | 0.72 | 0.59 | 0.24 | 349.21 | 0.56 | 0.48 |
| Hex | C1 | 36 | 4F | 0 | 48 | 3B | 18 | 15D | 38 | 30 |
| Octal | 301 | 66 | 117 | 0 | 110 | 73 | 30 | 535 | 70 | 60 |
| Binary | 11000001 | 110110 | 1001111 | 0 | 1001000 | 111011 | 11000 | 101011101 | 111000 | 110000 |
Color Harmonies of #C1364F
Complementary color
Monochromatic Colors of #C1364F
Black with #C1364F
Text Example
Text Example
White with #C1364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1364F; }
p { color: rgb(193,54,79); }
H1.HeaderClassName
{
color: #C1364F;
}
.AnyTagClassName
{
color: #C1364F;
}
</style>
background-color css
<style>
a { background-color: #C1364F; }
a { background-color: rgb(193,54,79); }
div.DivClassName
{
background-color: #C1364F;
}
.BgClassName
{
background-color: #C1364F;
}
</style>
border-color css
<style>
span { border-color: #C1364F; }
span { border-color: rgb(193,54,79); }
td.TdClassName
{
border-color: #C1364F;
}
.TagClassName
{
border-color: #C1364F;
}
</style>