Shades of Old Rose #C6364B
Tints of Old Rose #C6364B
RGB
CMYK
RGB Variations
Color information
#C6364B (or 0xC6364B) is known color: Old Rose. HEX triplet: C6, 36 and 4B. RGB value is (198,54,75). Sum of RGB (Red+Green+Blue) = 198+54+75=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6364B is #39C9B4. Grayscale: #636363. Windows color (decimal): -3787189 or 4929222. OLE color: 4929222.
HSL color Cylindrical-coordinate representation of color #C6364B: hue angle of 351.25º 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 #C6364B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 75 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.22 |
| HSL | 351.25º | 0.57% | 0.49% | - |
| HSV(B) | 351.25º | 0.73% | 0.78% | - |
| XYZ | 25.88 | 15.15 | 8.22 | - |
| YUV | 99.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 75 | 0 | 0.73 | 0.62 | 0.22 | 351.25 | 0.57 | 0.49 |
| Hex | C6 | 36 | 4B | 0 | 49 | 3E | 16 | 15F | 39 | 31 |
| Octal | 306 | 66 | 113 | 0 | 111 | 76 | 26 | 537 | 71 | 61 |
| Binary | 11000110 | 110110 | 1001011 | 0 | 1001001 | 111110 | 10110 | 101011111 | 111001 | 110001 |
Color Harmonies of #C6364B
Complementary color
Monochromatic Colors of #C6364B
Black with #C6364B
Text Example
Text Example
White with #C6364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6364B; }
p { color: rgb(198,54,75); }
H1.HeaderClassName
{
color: #C6364B;
}
.AnyTagClassName
{
color: #C6364B;
}
</style>
background-color css
<style>
a { background-color: #C6364B; }
a { background-color: rgb(198,54,75); }
div.DivClassName
{
background-color: #C6364B;
}
.BgClassName
{
background-color: #C6364B;
}
</style>
border-color css
<style>
span { border-color: #C6364B; }
span { border-color: rgb(198,54,75); }
td.TdClassName
{
border-color: #C6364B;
}
.TagClassName
{
border-color: #C6364B;
}
</style>