Shades of Old Rose #C62B5C
Tints of Old Rose #C62B5C
RGB
CMYK
RGB Variations
Color information
#C62B5C (or 0xC62B5C) is known color: Old Rose. HEX triplet: C6, 2B and 5C. RGB value is (198,43,92). Sum of RGB (Red+Green+Blue) = 198+43+92=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B5C is #39D4A3. Grayscale: #5E5E5E. Windows color (decimal): -3789988 or 6040518. OLE color: 6040518.
HSL color Cylindrical-coordinate representation of color #C62B5C: hue angle of 341.03º 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 #C62B5C is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 92 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.22 |
| HSL | 341.03º | 0.64% | 0.47% | - |
| HSV(B) | 341.03º | 0.78% | 0.78% | - |
| XYZ | 26.08 | 14.51 | 11.55 | - |
| YUV | 94.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 92 | 0 | 0.78 | 0.54 | 0.22 | 341.03 | 0.64 | 0.47 |
| Hex | C6 | 2B | 5C | 0 | 4E | 36 | 16 | 155 | 40 | 2F |
| Octal | 306 | 53 | 134 | 0 | 116 | 66 | 26 | 525 | 100 | 57 |
| Binary | 11000110 | 101011 | 1011100 | 0 | 1001110 | 110110 | 10110 | 101010101 | 1000000 | 101111 |
Color Harmonies of #C62B5C
Complementary color
Monochromatic Colors of #C62B5C
Black with #C62B5C
Text Example
Text Example
White with #C62B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62B5C; }
p { color: rgb(198,43,92); }
H1.HeaderClassName
{
color: #C62B5C;
}
.AnyTagClassName
{
color: #C62B5C;
}
</style>
background-color css
<style>
a { background-color: #C62B5C; }
a { background-color: rgb(198,43,92); }
div.DivClassName
{
background-color: #C62B5C;
}
.BgClassName
{
background-color: #C62B5C;
}
</style>
border-color css
<style>
span { border-color: #C62B5C; }
span { border-color: rgb(198,43,92); }
td.TdClassName
{
border-color: #C62B5C;
}
.TagClassName
{
border-color: #C62B5C;
}
</style>