Shades of Old Rose #C42661
Tints of Old Rose #C42661
RGB
CMYK
RGB Variations
Color information
#C42661 (or 0xC42661) is known color: Old Rose. HEX triplet: C4, 26 and 61. RGB value is (196,38,97). Sum of RGB (Red+Green+Blue) = 196+38+97=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C42661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42661 is #3BD99E. Grayscale: #5B5B5B. Windows color (decimal): -3922335 or 6366916. OLE color: 6366916.
HSL color Cylindrical-coordinate representation of color #C42661: hue angle of 337.59º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42661 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 97 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.23 |
| HSL | 337.59º | 0.68% | 0.46% | - |
| HSV(B) | 337.59º | 0.81% | 0.77% | - |
| XYZ | 25.62 | 13.99 | 12.66 | - |
| YUV | 91.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 97 | 0 | 0.81 | 0.51 | 0.23 | 337.59 | 0.68 | 0.46 |
| Hex | C4 | 26 | 61 | 0 | 51 | 33 | 17 | 152 | 44 | 2E |
| Octal | 304 | 46 | 141 | 0 | 121 | 63 | 27 | 522 | 104 | 56 |
| Binary | 11000100 | 100110 | 1100001 | 0 | 1010001 | 110011 | 10111 | 101010010 | 1000100 | 101110 |
Color Harmonies of #C42661
Complementary color
Monochromatic Colors of #C42661
Black with #C42661
Text Example
Text Example
White with #C42661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42661; }
p { color: rgb(196,38,97); }
H1.HeaderClassName
{
color: #C42661;
}
.AnyTagClassName
{
color: #C42661;
}
</style>
background-color css
<style>
a { background-color: #C42661; }
a { background-color: rgb(196,38,97); }
div.DivClassName
{
background-color: #C42661;
}
.BgClassName
{
background-color: #C42661;
}
</style>
border-color css
<style>
span { border-color: #C42661; }
span { border-color: rgb(196,38,97); }
td.TdClassName
{
border-color: #C42661;
}
.TagClassName
{
border-color: #C42661;
}
</style>