Shades of Old Rose #C6225D
Tints of Old Rose #C6225D
RGB
CMYK
RGB Variations
Color information
#C6225D (or 0xC6225D) is known color: Old Rose. HEX triplet: C6, 22 and 5D. RGB value is (198,34,93). Sum of RGB (Red+Green+Blue) = 198+34+93=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6225D is #39DDA2. Grayscale: #595959. Windows color (decimal): -3792291 or 6103750. OLE color: 6103750.
HSL color Cylindrical-coordinate representation of color #C6225D: hue angle of 338.41º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6225D is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 93 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.22 |
| HSL | 338.41º | 0.71% | 0.45% | - |
| HSV(B) | 338.41º | 0.83% | 0.78% | - |
| XYZ | 25.84 | 13.94 | 11.68 | - |
| YUV | 89.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 93 | 0 | 0.83 | 0.53 | 0.22 | 338.41 | 0.71 | 0.45 |
| Hex | C6 | 22 | 5D | 0 | 53 | 35 | 16 | 152 | 47 | 2D |
| Octal | 306 | 42 | 135 | 0 | 123 | 65 | 26 | 522 | 107 | 55 |
| Binary | 11000110 | 100010 | 1011101 | 0 | 1010011 | 110101 | 10110 | 101010010 | 1000111 | 101101 |
Color Harmonies of #C6225D
Complementary color
Monochromatic Colors of #C6225D
Black with #C6225D
Text Example
Text Example
White with #C6225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6225D; }
p { color: rgb(198,34,93); }
H1.HeaderClassName
{
color: #C6225D;
}
.AnyTagClassName
{
color: #C6225D;
}
</style>
background-color css
<style>
a { background-color: #C6225D; }
a { background-color: rgb(198,34,93); }
div.DivClassName
{
background-color: #C6225D;
}
.BgClassName
{
background-color: #C6225D;
}
</style>
border-color css
<style>
span { border-color: #C6225D; }
span { border-color: rgb(198,34,93); }
td.TdClassName
{
border-color: #C6225D;
}
.TagClassName
{
border-color: #C6225D;
}
</style>