Shades of Old Rose #C63E4B
Tints of Old Rose #C63E4B
RGB
CMYK
RGB Variations
Color information
#C63E4B (or 0xC63E4B) is known color: Old Rose. HEX triplet: C6, 3E and 4B. RGB value is (198,62,75). Sum of RGB (Red+Green+Blue) = 198+62+75=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E4B is #39C1B4. Grayscale: #686868. Windows color (decimal): -3785141 or 4931270. OLE color: 4931270.
HSL color Cylindrical-coordinate representation of color #C63E4B: hue angle of 354.26º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63E4B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 75 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.22 |
| HSL | 354.26º | 0.54% | 0.51% | - |
| HSV(B) | 354.26º | 0.69% | 0.78% | - |
| XYZ | 26.28 | 15.96 | 8.35 | - |
| YUV | 104.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 75 | 0 | 0.69 | 0.62 | 0.22 | 354.26 | 0.54 | 0.51 |
| Hex | C6 | 3E | 4B | 0 | 45 | 3E | 16 | 162 | 36 | 33 |
| Octal | 306 | 76 | 113 | 0 | 105 | 76 | 26 | 542 | 66 | 63 |
| Binary | 11000110 | 111110 | 1001011 | 0 | 1000101 | 111110 | 10110 | 101100010 | 110110 | 110011 |
Color Harmonies of #C63E4B
Complementary color
Monochromatic Colors of #C63E4B
Black with #C63E4B
Text Example
Text Example
White with #C63E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E4B; }
p { color: rgb(198,62,75); }
H1.HeaderClassName
{
color: #C63E4B;
}
.AnyTagClassName
{
color: #C63E4B;
}
</style>
background-color css
<style>
a { background-color: #C63E4B; }
a { background-color: rgb(198,62,75); }
div.DivClassName
{
background-color: #C63E4B;
}
.BgClassName
{
background-color: #C63E4B;
}
</style>
border-color css
<style>
span { border-color: #C63E4B; }
span { border-color: rgb(198,62,75); }
td.TdClassName
{
border-color: #C63E4B;
}
.TagClassName
{
border-color: #C63E4B;
}
</style>