Shades of Old Rose #C43D4A
Tints of Old Rose #C43D4A
RGB
CMYK
RGB Variations
Color information
#C43D4A (or 0xC43D4A) is known color: Old Rose. HEX triplet: C4, 3D and 4A. RGB value is (196,61,74). Sum of RGB (Red+Green+Blue) = 196+61+74=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D4A is #3BC2B5. Grayscale: #666666. Windows color (decimal): -3916470 or 4865476. OLE color: 4865476.
HSL color Cylindrical-coordinate representation of color #C43D4A: hue angle of 354.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D4A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 74 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.23 |
| HSL | 354.22º | 0.53% | 0.5% | - |
| HSV(B) | 354.22º | 0.69% | 0.77% | - |
| XYZ | 25.67 | 15.57 | 8.13 | - |
| YUV | 102.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 74 | 0 | 0.69 | 0.62 | 0.23 | 354.22 | 0.53 | 0.5 |
| Hex | C4 | 3D | 4A | 0 | 45 | 3E | 17 | 162 | 35 | 32 |
| Octal | 304 | 75 | 112 | 0 | 105 | 76 | 27 | 542 | 65 | 62 |
| Binary | 11000100 | 111101 | 1001010 | 0 | 1000101 | 111110 | 10111 | 101100010 | 110101 | 110010 |
Color Harmonies of #C43D4A
Complementary color
Monochromatic Colors of #C43D4A
Black with #C43D4A
Text Example
Text Example
White with #C43D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D4A; }
p { color: rgb(196,61,74); }
H1.HeaderClassName
{
color: #C43D4A;
}
.AnyTagClassName
{
color: #C43D4A;
}
</style>
background-color css
<style>
a { background-color: #C43D4A; }
a { background-color: rgb(196,61,74); }
div.DivClassName
{
background-color: #C43D4A;
}
.BgClassName
{
background-color: #C43D4A;
}
</style>
border-color css
<style>
span { border-color: #C43D4A; }
span { border-color: rgb(196,61,74); }
td.TdClassName
{
border-color: #C43D4A;
}
.TagClassName
{
border-color: #C43D4A;
}
</style>