Shades of Old Rose #C3404A
Tints of Old Rose #C3404A
RGB
CMYK
RGB Variations
Color information
#C3404A (or 0xC3404A) is known color: Old Rose. HEX triplet: C3, 40 and 4A. RGB value is (195,64,74). Sum of RGB (Red+Green+Blue) = 195+64+74=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C3404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3404A is #3CBFB5. Grayscale: #686868. Windows color (decimal): -3981238 or 4866243. OLE color: 4866243.
HSL color Cylindrical-coordinate representation of color #C3404A: hue angle of 355.42º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3404A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 74 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.24 |
| HSL | 355.42º | 0.52% | 0.51% | - |
| HSV(B) | 355.42º | 0.67% | 0.76% | - |
| XYZ | 25.58 | 15.76 | 8.17 | - |
| YUV | 104.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 74 | 0 | 0.67 | 0.62 | 0.24 | 355.42 | 0.52 | 0.51 |
| Hex | C3 | 40 | 4A | 0 | 43 | 3E | 18 | 163 | 34 | 33 |
| Octal | 303 | 100 | 112 | 0 | 103 | 76 | 30 | 543 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1001010 | 0 | 1000011 | 111110 | 11000 | 101100011 | 110100 | 110011 |
Color Harmonies of #C3404A
Complementary color
Monochromatic Colors of #C3404A
Black with #C3404A
Text Example
Text Example
White with #C3404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3404A; }
p { color: rgb(195,64,74); }
H1.HeaderClassName
{
color: #C3404A;
}
.AnyTagClassName
{
color: #C3404A;
}
</style>
background-color css
<style>
a { background-color: #C3404A; }
a { background-color: rgb(195,64,74); }
div.DivClassName
{
background-color: #C3404A;
}
.BgClassName
{
background-color: #C3404A;
}
</style>
border-color css
<style>
span { border-color: #C3404A; }
span { border-color: rgb(195,64,74); }
td.TdClassName
{
border-color: #C3404A;
}
.TagClassName
{
border-color: #C3404A;
}
</style>