Shades of Old Rose #C4325B
Tints of Old Rose #C4325B
RGB
CMYK
RGB Variations
Color information
#C4325B (or 0xC4325B) is known color: Old Rose. HEX triplet: C4, 32 and 5B. RGB value is (196,50,91). Sum of RGB (Red+Green+Blue) = 196+50+91=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4325B is #3BCDA4. Grayscale: #626262. Windows color (decimal): -3919269 or 5976772. OLE color: 5976772.
HSL color Cylindrical-coordinate representation of color #C4325B: hue angle of 343.15º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4325B is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 91 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.23 |
| HSL | 343.15º | 0.59% | 0.48% | - |
| HSV(B) | 343.15º | 0.74% | 0.77% | - |
| XYZ | 25.79 | 14.77 | 11.39 | - |
| YUV | 98.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 91 | 0 | 0.74 | 0.54 | 0.23 | 343.15 | 0.59 | 0.48 |
| Hex | C4 | 32 | 5B | 0 | 4A | 36 | 17 | 157 | 3B | 30 |
| Octal | 304 | 62 | 133 | 0 | 112 | 66 | 27 | 527 | 73 | 60 |
| Binary | 11000100 | 110010 | 1011011 | 0 | 1001010 | 110110 | 10111 | 101010111 | 111011 | 110000 |
Color Harmonies of #C4325B
Complementary color
Monochromatic Colors of #C4325B
Black with #C4325B
Text Example
Text Example
White with #C4325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4325B; }
p { color: rgb(196,50,91); }
H1.HeaderClassName
{
color: #C4325B;
}
.AnyTagClassName
{
color: #C4325B;
}
</style>
background-color css
<style>
a { background-color: #C4325B; }
a { background-color: rgb(196,50,91); }
div.DivClassName
{
background-color: #C4325B;
}
.BgClassName
{
background-color: #C4325B;
}
</style>
border-color css
<style>
span { border-color: #C4325B; }
span { border-color: rgb(196,50,91); }
td.TdClassName
{
border-color: #C4325B;
}
.TagClassName
{
border-color: #C4325B;
}
</style>