Shades of Old Rose #C6325B
Tints of Old Rose #C6325B
RGB
CMYK
RGB Variations
Color information
#C6325B (or 0xC6325B) is known color: Old Rose. HEX triplet: C6, 32 and 5B. RGB value is (198,50,91). Sum of RGB (Red+Green+Blue) = 198+50+91=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6325B is #39CDA4. Grayscale: #626262. Windows color (decimal): -3788197 or 5976774. OLE color: 5976774.
HSL color Cylindrical-coordinate representation of color #C6325B: hue angle of 343.38º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6325B is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 91 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.22 |
| HSL | 343.38º | 0.6% | 0.49% | - |
| HSV(B) | 343.38º | 0.75% | 0.78% | - |
| XYZ | 26.32 | 15.04 | 11.41 | - |
| YUV | 98.93 | 123.53 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 91 | 0 | 0.75 | 0.54 | 0.22 | 343.38 | 0.6 | 0.49 |
| Hex | C6 | 32 | 5B | 0 | 4B | 36 | 16 | 157 | 3C | 31 |
| Octal | 306 | 62 | 133 | 0 | 113 | 66 | 26 | 527 | 74 | 61 |
| Binary | 11000110 | 110010 | 1011011 | 0 | 1001011 | 110110 | 10110 | 101010111 | 111100 | 110001 |
Color Harmonies of #C6325B
Complementary color
Monochromatic Colors of #C6325B
Black with #C6325B
Text Example
Text Example
White with #C6325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6325B; }
p { color: rgb(198,50,91); }
H1.HeaderClassName
{
color: #C6325B;
}
.AnyTagClassName
{
color: #C6325B;
}
</style>
background-color css
<style>
a { background-color: #C6325B; }
a { background-color: rgb(198,50,91); }
div.DivClassName
{
background-color: #C6325B;
}
.BgClassName
{
background-color: #C6325B;
}
</style>
border-color css
<style>
span { border-color: #C6325B; }
span { border-color: rgb(198,50,91); }
td.TdClassName
{
border-color: #C6325B;
}
.TagClassName
{
border-color: #C6325B;
}
</style>