Shades of Old Rose #C42754
Tints of Old Rose #C42754
RGB
CMYK
RGB Variations
Color information
#C42754 (or 0xC42754) is known color: Old Rose. HEX triplet: C4, 27 and 54. RGB value is (196,39,84). Sum of RGB (Red+Green+Blue) = 196+39+84=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C42754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42754 is #3BD8AB. Grayscale: #5B5B5B. Windows color (decimal): -3922092 or 5515204. OLE color: 5515204.
HSL color Cylindrical-coordinate representation of color #C42754: hue angle of 342.8º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42754 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 84 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.23 |
| HSL | 342.8º | 0.67% | 0.46% | - |
| HSV(B) | 342.8º | 0.8% | 0.77% | - |
| XYZ | 25.09 | 13.83 | 9.73 | - |
| YUV | 91.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 84 | 0 | 0.80 | 0.57 | 0.23 | 342.8 | 0.67 | 0.46 |
| Hex | C4 | 27 | 54 | 0 | 50 | 39 | 17 | 157 | 43 | 2E |
| Octal | 304 | 47 | 124 | 0 | 120 | 71 | 27 | 527 | 103 | 56 |
| Binary | 11000100 | 100111 | 1010100 | 0 | 1010000 | 111001 | 10111 | 101010111 | 1000011 | 101110 |
Color Harmonies of #C42754
Complementary color
Monochromatic Colors of #C42754
Black with #C42754
Text Example
Text Example
White with #C42754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42754; }
p { color: rgb(196,39,84); }
H1.HeaderClassName
{
color: #C42754;
}
.AnyTagClassName
{
color: #C42754;
}
</style>
background-color css
<style>
a { background-color: #C42754; }
a { background-color: rgb(196,39,84); }
div.DivClassName
{
background-color: #C42754;
}
.BgClassName
{
background-color: #C42754;
}
</style>
border-color css
<style>
span { border-color: #C42754; }
span { border-color: rgb(196,39,84); }
td.TdClassName
{
border-color: #C42754;
}
.TagClassName
{
border-color: #C42754;
}
</style>