Shades of Old Rose #C62B4B
Tints of Old Rose #C62B4B
RGB
CMYK
RGB Variations
Color information
#C62B4B (or 0xC62B4B) is known color: Old Rose. HEX triplet: C6, 2B and 4B. RGB value is (198,43,75). Sum of RGB (Red+Green+Blue) = 198+43+75=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B4B is #39D4B4. Grayscale: #5D5D5D. Windows color (decimal): -3790005 or 4926406. OLE color: 4926406.
HSL color Cylindrical-coordinate representation of color #C62B4B: hue angle of 347.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B4B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 75 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.22 |
| HSL | 347.61º | 0.64% | 0.47% | - |
| HSV(B) | 347.61º | 0.78% | 0.78% | - |
| XYZ | 25.42 | 14.24 | 8.07 | - |
| YUV | 92.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 75 | 0 | 0.78 | 0.62 | 0.22 | 347.61 | 0.64 | 0.47 |
| Hex | C6 | 2B | 4B | 0 | 4E | 3E | 16 | 15C | 40 | 2F |
| Octal | 306 | 53 | 113 | 0 | 116 | 76 | 26 | 534 | 100 | 57 |
| Binary | 11000110 | 101011 | 1001011 | 0 | 1001110 | 111110 | 10110 | 101011100 | 1000000 | 101111 |
Color Harmonies of #C62B4B
Complementary color
Monochromatic Colors of #C62B4B
Black with #C62B4B
Text Example
Text Example
White with #C62B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62B4B; }
p { color: rgb(198,43,75); }
H1.HeaderClassName
{
color: #C62B4B;
}
.AnyTagClassName
{
color: #C62B4B;
}
</style>
background-color css
<style>
a { background-color: #C62B4B; }
a { background-color: rgb(198,43,75); }
div.DivClassName
{
background-color: #C62B4B;
}
.BgClassName
{
background-color: #C62B4B;
}
</style>
border-color css
<style>
span { border-color: #C62B4B; }
span { border-color: rgb(198,43,75); }
td.TdClassName
{
border-color: #C62B4B;
}
.TagClassName
{
border-color: #C62B4B;
}
</style>