Shades of Old Rose #C4404B
Tints of Old Rose #C4404B
RGB
CMYK
RGB Variations
Color information
#C4404B (or 0xC4404B) is known color: Old Rose. HEX triplet: C4, 40 and 4B. RGB value is (196,64,75). Sum of RGB (Red+Green+Blue) = 196+64+75=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4404B is #3BBFB4. Grayscale: #686868. Windows color (decimal): -3915701 or 4931780. OLE color: 4931780.
HSL color Cylindrical-coordinate representation of color #C4404B: hue angle of 355º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4404B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 75 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.23 |
| HSL | 355º | 0.53% | 0.51% | - |
| HSV(B) | 355º | 0.67% | 0.77% | - |
| XYZ | 25.87 | 15.91 | 8.36 | - |
| YUV | 104.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 75 | 0 | 0.67 | 0.62 | 0.23 | 355 | 0.53 | 0.51 |
| Hex | C4 | 40 | 4B | 0 | 43 | 3E | 17 | 163 | 35 | 33 |
| Octal | 304 | 100 | 113 | 0 | 103 | 76 | 27 | 543 | 65 | 63 |
| Binary | 11000100 | 1000000 | 1001011 | 0 | 1000011 | 111110 | 10111 | 101100011 | 110101 | 110011 |
Color Harmonies of #C4404B
Complementary color
Monochromatic Colors of #C4404B
Black with #C4404B
Text Example
Text Example
White with #C4404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4404B; }
p { color: rgb(196,64,75); }
H1.HeaderClassName
{
color: #C4404B;
}
.AnyTagClassName
{
color: #C4404B;
}
</style>
background-color css
<style>
a { background-color: #C4404B; }
a { background-color: rgb(196,64,75); }
div.DivClassName
{
background-color: #C4404B;
}
.BgClassName
{
background-color: #C4404B;
}
</style>
border-color css
<style>
span { border-color: #C4404B; }
span { border-color: rgb(196,64,75); }
td.TdClassName
{
border-color: #C4404B;
}
.TagClassName
{
border-color: #C4404B;
}
</style>