Shades of Old Rose #C4244C
Tints of Old Rose #C4244C
RGB
CMYK
RGB Variations
Color information
#C4244C (or 0xC4244C) is known color: Old Rose. HEX triplet: C4, 24 and 4C. RGB value is (196,36,76). Sum of RGB (Red+Green+Blue) = 196+36+76=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4244C is #3BDBB3. Grayscale: #585858. Windows color (decimal): -3922868 or 4990148. OLE color: 4990148.
HSL color Cylindrical-coordinate representation of color #C4244C: hue angle of 345º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4244C is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 76 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.23 |
| HSL | 345º | 0.69% | 0.45% | - |
| HSV(B) | 345º | 0.82% | 0.77% | - |
| XYZ | 24.7 | 13.52 | 8.15 | - |
| YUV | 88.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 76 | 0 | 0.82 | 0.61 | 0.23 | 345 | 0.69 | 0.45 |
| Hex | C4 | 24 | 4C | 0 | 52 | 3D | 17 | 159 | 45 | 2D |
| Octal | 304 | 44 | 114 | 0 | 122 | 75 | 27 | 531 | 105 | 55 |
| Binary | 11000100 | 100100 | 1001100 | 0 | 1010010 | 111101 | 10111 | 101011001 | 1000101 | 101101 |
Color Harmonies of #C4244C
Complementary color
Monochromatic Colors of #C4244C
Black with #C4244C
Text Example
Text Example
White with #C4244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4244C; }
p { color: rgb(196,36,76); }
H1.HeaderClassName
{
color: #C4244C;
}
.AnyTagClassName
{
color: #C4244C;
}
</style>
background-color css
<style>
a { background-color: #C4244C; }
a { background-color: rgb(196,36,76); }
div.DivClassName
{
background-color: #C4244C;
}
.BgClassName
{
background-color: #C4244C;
}
</style>
border-color css
<style>
span { border-color: #C4244C; }
span { border-color: rgb(196,36,76); }
td.TdClassName
{
border-color: #C4244C;
}
.TagClassName
{
border-color: #C4244C;
}
</style>