Shades of Old Rose #C42B5C
Tints of Old Rose #C42B5C
RGB
CMYK
RGB Variations
Color information
#C42B5C (or 0xC42B5C) is known color: Old Rose. HEX triplet: C4, 2B and 5C. RGB value is (196,43,92). Sum of RGB (Red+Green+Blue) = 196+43+92=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B5C is #3BD4A3. Grayscale: #5E5E5E. Windows color (decimal): -3921060 or 6040516. OLE color: 6040516.
HSL color Cylindrical-coordinate representation of color #C42B5C: hue angle of 340.78º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B5C is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 92 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.23 |
| HSL | 340.78º | 0.64% | 0.47% | - |
| HSV(B) | 340.78º | 0.78% | 0.77% | - |
| XYZ | 25.56 | 14.24 | 11.53 | - |
| YUV | 94.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 92 | 0 | 0.78 | 0.53 | 0.23 | 340.78 | 0.64 | 0.47 |
| Hex | C4 | 2B | 5C | 0 | 4E | 35 | 17 | 155 | 40 | 2F |
| Octal | 304 | 53 | 134 | 0 | 116 | 65 | 27 | 525 | 100 | 57 |
| Binary | 11000100 | 101011 | 1011100 | 0 | 1001110 | 110101 | 10111 | 101010101 | 1000000 | 101111 |
Color Harmonies of #C42B5C
Complementary color
Monochromatic Colors of #C42B5C
Black with #C42B5C
Text Example
Text Example
White with #C42B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B5C; }
p { color: rgb(196,43,92); }
H1.HeaderClassName
{
color: #C42B5C;
}
.AnyTagClassName
{
color: #C42B5C;
}
</style>
background-color css
<style>
a { background-color: #C42B5C; }
a { background-color: rgb(196,43,92); }
div.DivClassName
{
background-color: #C42B5C;
}
.BgClassName
{
background-color: #C42B5C;
}
</style>
border-color css
<style>
span { border-color: #C42B5C; }
span { border-color: rgb(196,43,92); }
td.TdClassName
{
border-color: #C42B5C;
}
.TagClassName
{
border-color: #C42B5C;
}
</style>