Shades of Old Rose #C6364D
Tints of Old Rose #C6364D
RGB
CMYK
RGB Variations
Color information
#C6364D (or 0xC6364D) is known color: Old Rose. HEX triplet: C6, 36 and 4D. RGB value is (198,54,77). Sum of RGB (Red+Green+Blue) = 198+54+77=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6364D is #39C9B2. Grayscale: #636363. Windows color (decimal): -3787187 or 5060294. OLE color: 5060294.
HSL color Cylindrical-coordinate representation of color #C6364D: hue angle of 350.42º 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 #C6364D is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 77 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.22 |
| HSL | 350.42º | 0.57% | 0.49% | - |
| HSV(B) | 350.42º | 0.73% | 0.78% | - |
| XYZ | 25.95 | 15.18 | 8.58 | - |
| YUV | 99.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 77 | 0 | 0.73 | 0.61 | 0.22 | 350.42 | 0.57 | 0.49 |
| Hex | C6 | 36 | 4D | 0 | 49 | 3D | 16 | 15E | 39 | 31 |
| Octal | 306 | 66 | 115 | 0 | 111 | 75 | 26 | 536 | 71 | 61 |
| Binary | 11000110 | 110110 | 1001101 | 0 | 1001001 | 111101 | 10110 | 101011110 | 111001 | 110001 |
Color Harmonies of #C6364D
Complementary color
Monochromatic Colors of #C6364D
Black with #C6364D
Text Example
Text Example
White with #C6364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6364D; }
p { color: rgb(198,54,77); }
H1.HeaderClassName
{
color: #C6364D;
}
.AnyTagClassName
{
color: #C6364D;
}
</style>
background-color css
<style>
a { background-color: #C6364D; }
a { background-color: rgb(198,54,77); }
div.DivClassName
{
background-color: #C6364D;
}
.BgClassName
{
background-color: #C6364D;
}
</style>
border-color css
<style>
span { border-color: #C6364D; }
span { border-color: rgb(198,54,77); }
td.TdClassName
{
border-color: #C6364D;
}
.TagClassName
{
border-color: #C6364D;
}
</style>