Shades of Old Rose #C61E4B
Tints of Old Rose #C61E4B
RGB
CMYK
RGB Variations
Color information
#C61E4B (or 0xC61E4B) is known color: Old Rose. HEX triplet: C6, 1E and 4B. RGB value is (198,30,75). Sum of RGB (Red+Green+Blue) = 198+30+75=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61E4B is #39E1B4. Grayscale: #555555. Windows color (decimal): -3793333 or 4923078. OLE color: 4923078.
HSL color Cylindrical-coordinate representation of color #C61E4B: hue angle of 343.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61E4B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 75 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.22 |
| HSL | 343.93º | 0.74% | 0.45% | - |
| HSV(B) | 343.93º | 0.85% | 0.78% | - |
| XYZ | 25.02 | 13.44 | 7.93 | - |
| YUV | 85.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 75 | 0 | 0.85 | 0.62 | 0.22 | 343.93 | 0.74 | 0.45 |
| Hex | C6 | 1E | 4B | 0 | 55 | 3E | 16 | 158 | 4A | 2D |
| Octal | 306 | 36 | 113 | 0 | 125 | 76 | 26 | 530 | 112 | 55 |
| Binary | 11000110 | 11110 | 1001011 | 0 | 1010101 | 111110 | 10110 | 101011000 | 1001010 | 101101 |
Color Harmonies of #C61E4B
Complementary color
Monochromatic Colors of #C61E4B
Black with #C61E4B
Text Example
Text Example
White with #C61E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E4B; }
p { color: rgb(198,30,75); }
H1.HeaderClassName
{
color: #C61E4B;
}
.AnyTagClassName
{
color: #C61E4B;
}
</style>
background-color css
<style>
a { background-color: #C61E4B; }
a { background-color: rgb(198,30,75); }
div.DivClassName
{
background-color: #C61E4B;
}
.BgClassName
{
background-color: #C61E4B;
}
</style>
border-color css
<style>
span { border-color: #C61E4B; }
span { border-color: rgb(198,30,75); }
td.TdClassName
{
border-color: #C61E4B;
}
.TagClassName
{
border-color: #C61E4B;
}
</style>