Shades of Old Rose #C6374D
Tints of Old Rose #C6374D
RGB
CMYK
RGB Variations
Color information
#C6374D (or 0xC6374D) is known color: Old Rose. HEX triplet: C6, 37 and 4D. RGB value is (198,55,77). Sum of RGB (Red+Green+Blue) = 198+55+77=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6374D is #39C8B2. Grayscale: #646464. Windows color (decimal): -3786931 or 5060550. OLE color: 5060550.
HSL color Cylindrical-coordinate representation of color #C6374D: hue angle of 350.77º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6374D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 77 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.22 |
| HSL | 350.77º | 0.57% | 0.5% | - |
| HSV(B) | 350.77º | 0.72% | 0.78% | - |
| XYZ | 25.99 | 15.27 | 8.6 | - |
| YUV | 100.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 77 | 0 | 0.72 | 0.61 | 0.22 | 350.77 | 0.57 | 0.5 |
| Hex | C6 | 37 | 4D | 0 | 48 | 3D | 16 | 15F | 39 | 32 |
| Octal | 306 | 67 | 115 | 0 | 110 | 75 | 26 | 537 | 71 | 62 |
| Binary | 11000110 | 110111 | 1001101 | 0 | 1001000 | 111101 | 10110 | 101011111 | 111001 | 110010 |
Color Harmonies of #C6374D
Complementary color
Monochromatic Colors of #C6374D
Black with #C6374D
Text Example
Text Example
White with #C6374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6374D; }
p { color: rgb(198,55,77); }
H1.HeaderClassName
{
color: #C6374D;
}
.AnyTagClassName
{
color: #C6374D;
}
</style>
background-color css
<style>
a { background-color: #C6374D; }
a { background-color: rgb(198,55,77); }
div.DivClassName
{
background-color: #C6374D;
}
.BgClassName
{
background-color: #C6374D;
}
</style>
border-color css
<style>
span { border-color: #C6374D; }
span { border-color: rgb(198,55,77); }
td.TdClassName
{
border-color: #C6374D;
}
.TagClassName
{
border-color: #C6374D;
}
</style>