Shades of Old Rose #C6395B
Tints of Old Rose #C6395B
RGB
CMYK
RGB Variations
Color information
#C6395B (or 0xC6395B) is known color: Old Rose. HEX triplet: C6, 39 and 5B. RGB value is (198,57,91). Sum of RGB (Red+Green+Blue) = 198+57+91=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6395B is #39C6A4. Grayscale: #676767. Windows color (decimal): -3786405 or 5978566. OLE color: 5978566.
HSL color Cylindrical-coordinate representation of color #C6395B: hue angle of 345.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6395B is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 91 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.22 |
| HSL | 345.53º | 0.55% | 0.5% | - |
| HSV(B) | 345.53º | 0.71% | 0.78% | - |
| XYZ | 26.64 | 15.69 | 11.52 | - |
| YUV | 103.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 91 | 0 | 0.71 | 0.54 | 0.22 | 345.53 | 0.55 | 0.5 |
| Hex | C6 | 39 | 5B | 0 | 47 | 36 | 16 | 15A | 37 | 32 |
| Octal | 306 | 71 | 133 | 0 | 107 | 66 | 26 | 532 | 67 | 62 |
| Binary | 11000110 | 111001 | 1011011 | 0 | 1000111 | 110110 | 10110 | 101011010 | 110111 | 110010 |
Color Harmonies of #C6395B
Complementary color
Monochromatic Colors of #C6395B
Black with #C6395B
Text Example
Text Example
White with #C6395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6395B; }
p { color: rgb(198,57,91); }
H1.HeaderClassName
{
color: #C6395B;
}
.AnyTagClassName
{
color: #C6395B;
}
</style>
background-color css
<style>
a { background-color: #C6395B; }
a { background-color: rgb(198,57,91); }
div.DivClassName
{
background-color: #C6395B;
}
.BgClassName
{
background-color: #C6395B;
}
</style>
border-color css
<style>
span { border-color: #C6395B; }
span { border-color: rgb(198,57,91); }
td.TdClassName
{
border-color: #C6395B;
}
.TagClassName
{
border-color: #C6395B;
}
</style>