Shades of Old Rose #C63B4B
Tints of Old Rose #C63B4B
RGB
CMYK
RGB Variations
Color information
#C63B4B (or 0xC63B4B) is known color: Old Rose. HEX triplet: C6, 3B and 4B. RGB value is (198,59,75). Sum of RGB (Red+Green+Blue) = 198+59+75=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B4B is #39C4B4. Grayscale: #666666. Windows color (decimal): -3785909 or 4930502. OLE color: 4930502.
HSL color Cylindrical-coordinate representation of color #C63B4B: hue angle of 353.09º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B4B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 75 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.22 |
| HSL | 353.09º | 0.55% | 0.5% | - |
| HSV(B) | 353.09º | 0.7% | 0.78% | - |
| XYZ | 26.12 | 15.64 | 8.3 | - |
| YUV | 102.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 75 | 0 | 0.70 | 0.62 | 0.22 | 353.09 | 0.55 | 0.5 |
| Hex | C6 | 3B | 4B | 0 | 46 | 3E | 16 | 161 | 37 | 32 |
| Octal | 306 | 73 | 113 | 0 | 106 | 76 | 26 | 541 | 67 | 62 |
| Binary | 11000110 | 111011 | 1001011 | 0 | 1000110 | 111110 | 10110 | 101100001 | 110111 | 110010 |
Color Harmonies of #C63B4B
Complementary color
Monochromatic Colors of #C63B4B
Black with #C63B4B
Text Example
Text Example
White with #C63B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B4B; }
p { color: rgb(198,59,75); }
H1.HeaderClassName
{
color: #C63B4B;
}
.AnyTagClassName
{
color: #C63B4B;
}
</style>
background-color css
<style>
a { background-color: #C63B4B; }
a { background-color: rgb(198,59,75); }
div.DivClassName
{
background-color: #C63B4B;
}
.BgClassName
{
background-color: #C63B4B;
}
</style>
border-color css
<style>
span { border-color: #C63B4B; }
span { border-color: rgb(198,59,75); }
td.TdClassName
{
border-color: #C63B4B;
}
.TagClassName
{
border-color: #C63B4B;
}
</style>