Shades of Old Rose #C6364A
Tints of Old Rose #C6364A
RGB
CMYK
RGB Variations
Color information
#C6364A (or 0xC6364A) is known color: Old Rose. HEX triplet: C6, 36 and 4A. RGB value is (198,54,74). Sum of RGB (Red+Green+Blue) = 198+54+74=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6364A is #39C9B5. Grayscale: #636363. Windows color (decimal): -3787190 or 4863686. OLE color: 4863686.
HSL color Cylindrical-coordinate representation of color #C6364A: hue angle of 351.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6364A is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 74 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.22 |
| HSL | 351.67º | 0.57% | 0.49% | - |
| HSV(B) | 351.67º | 0.73% | 0.78% | - |
| XYZ | 25.84 | 15.14 | 8.04 | - |
| YUV | 99.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 74 | 0 | 0.73 | 0.63 | 0.22 | 351.67 | 0.57 | 0.49 |
| Hex | C6 | 36 | 4A | 0 | 49 | 3F | 16 | 160 | 39 | 31 |
| Octal | 306 | 66 | 112 | 0 | 111 | 77 | 26 | 540 | 71 | 61 |
| Binary | 11000110 | 110110 | 1001010 | 0 | 1001001 | 111111 | 10110 | 101100000 | 111001 | 110001 |
Color Harmonies of #C6364A
Complementary color
Monochromatic Colors of #C6364A
Black with #C6364A
Text Example
Text Example
White with #C6364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6364A; }
p { color: rgb(198,54,74); }
H1.HeaderClassName
{
color: #C6364A;
}
.AnyTagClassName
{
color: #C6364A;
}
</style>
background-color css
<style>
a { background-color: #C6364A; }
a { background-color: rgb(198,54,74); }
div.DivClassName
{
background-color: #C6364A;
}
.BgClassName
{
background-color: #C6364A;
}
</style>
border-color css
<style>
span { border-color: #C6364A; }
span { border-color: rgb(198,54,74); }
td.TdClassName
{
border-color: #C6364A;
}
.TagClassName
{
border-color: #C6364A;
}
</style>