Shades of Old Rose #C63350
Tints of Old Rose #C63350
RGB
CMYK
RGB Variations
Color information
#C63350 (or 0xC63350) is known color: Old Rose. HEX triplet: C6, 33 and 50. RGB value is (198,51,80). Sum of RGB (Red+Green+Blue) = 198+51+80=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C63350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63350 is #39CCAF. Grayscale: #626262. Windows color (decimal): -3787952 or 5256134. OLE color: 5256134.
HSL color Cylindrical-coordinate representation of color #C63350: hue angle of 348.16º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63350 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 80 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.22 |
| HSL | 348.16º | 0.59% | 0.49% | - |
| HSV(B) | 348.16º | 0.74% | 0.78% | - |
| XYZ | 25.92 | 14.95 | 9.11 | - |
| YUV | 98.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 80 | 0 | 0.74 | 0.60 | 0.22 | 348.16 | 0.59 | 0.49 |
| Hex | C6 | 33 | 50 | 0 | 4A | 3C | 16 | 15C | 3B | 31 |
| Octal | 306 | 63 | 120 | 0 | 112 | 74 | 26 | 534 | 73 | 61 |
| Binary | 11000110 | 110011 | 1010000 | 0 | 1001010 | 111100 | 10110 | 101011100 | 111011 | 110001 |
Color Harmonies of #C63350
Complementary color
Monochromatic Colors of #C63350
Black with #C63350
Text Example
Text Example
White with #C63350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63350; }
p { color: rgb(198,51,80); }
H1.HeaderClassName
{
color: #C63350;
}
.AnyTagClassName
{
color: #C63350;
}
</style>
background-color css
<style>
a { background-color: #C63350; }
a { background-color: rgb(198,51,80); }
div.DivClassName
{
background-color: #C63350;
}
.BgClassName
{
background-color: #C63350;
}
</style>
border-color css
<style>
span { border-color: #C63350; }
span { border-color: rgb(198,51,80); }
td.TdClassName
{
border-color: #C63350;
}
.TagClassName
{
border-color: #C63350;
}
</style>