Shades of Old Rose #C6355A
Tints of Old Rose #C6355A
RGB
CMYK
RGB Variations
Color information
#C6355A (or 0xC6355A) is known color: Old Rose. HEX triplet: C6, 35 and 5A. RGB value is (198,53,90). Sum of RGB (Red+Green+Blue) = 198+53+90=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6355A is #39CAA5. Grayscale: #646464. Windows color (decimal): -3787430 or 5912006. OLE color: 5912006.
HSL color Cylindrical-coordinate representation of color #C6355A: hue angle of 344.69º degrees, saturation: 0.58, 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 #C6355A is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 90 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.22 |
| HSL | 344.69º | 0.58% | 0.49% | - |
| HSV(B) | 344.69º | 0.73% | 0.78% | - |
| XYZ | 26.41 | 15.29 | 11.23 | - |
| YUV | 100.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 90 | 0 | 0.73 | 0.55 | 0.22 | 344.69 | 0.58 | 0.49 |
| Hex | C6 | 35 | 5A | 0 | 49 | 37 | 16 | 159 | 3A | 31 |
| Octal | 306 | 65 | 132 | 0 | 111 | 67 | 26 | 531 | 72 | 61 |
| Binary | 11000110 | 110101 | 1011010 | 0 | 1001001 | 110111 | 10110 | 101011001 | 111010 | 110001 |
Color Harmonies of #C6355A
Complementary color
Monochromatic Colors of #C6355A
Black with #C6355A
Text Example
Text Example
White with #C6355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6355A; }
p { color: rgb(198,53,90); }
H1.HeaderClassName
{
color: #C6355A;
}
.AnyTagClassName
{
color: #C6355A;
}
</style>
background-color css
<style>
a { background-color: #C6355A; }
a { background-color: rgb(198,53,90); }
div.DivClassName
{
background-color: #C6355A;
}
.BgClassName
{
background-color: #C6355A;
}
</style>
border-color css
<style>
span { border-color: #C6355A; }
span { border-color: rgb(198,53,90); }
td.TdClassName
{
border-color: #C6355A;
}
.TagClassName
{
border-color: #C6355A;
}
</style>