Shades of Old Rose #C3404F
Tints of Old Rose #C3404F
RGB
CMYK
RGB Variations
Color information
#C3404F (or 0xC3404F) is known color: Old Rose. HEX triplet: C3, 40 and 4F. RGB value is (195,64,79). Sum of RGB (Red+Green+Blue) = 195+64+79=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3404F is #3CBFB0. Grayscale: #686868. Windows color (decimal): -3981233 or 5193923. OLE color: 5193923.
HSL color Cylindrical-coordinate representation of color #C3404F: hue angle of 353.13º 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 #C3404F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 79 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.24 |
| HSL | 353.13º | 0.52% | 0.51% | - |
| HSV(B) | 353.13º | 0.67% | 0.76% | - |
| XYZ | 25.75 | 15.83 | 9.1 | - |
| YUV | 104.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 79 | 0 | 0.67 | 0.59 | 0.24 | 353.13 | 0.52 | 0.51 |
| Hex | C3 | 40 | 4F | 0 | 43 | 3B | 18 | 161 | 34 | 33 |
| Octal | 303 | 100 | 117 | 0 | 103 | 73 | 30 | 541 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1001111 | 0 | 1000011 | 111011 | 11000 | 101100001 | 110100 | 110011 |
Color Harmonies of #C3404F
Complementary color
Monochromatic Colors of #C3404F
Black with #C3404F
Text Example
Text Example
White with #C3404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3404F; }
p { color: rgb(195,64,79); }
H1.HeaderClassName
{
color: #C3404F;
}
.AnyTagClassName
{
color: #C3404F;
}
</style>
background-color css
<style>
a { background-color: #C3404F; }
a { background-color: rgb(195,64,79); }
div.DivClassName
{
background-color: #C3404F;
}
.BgClassName
{
background-color: #C3404F;
}
</style>
border-color css
<style>
span { border-color: #C3404F; }
span { border-color: rgb(195,64,79); }
td.TdClassName
{
border-color: #C3404F;
}
.TagClassName
{
border-color: #C3404F;
}
</style>