Shades of Old Rose #C3404C
Tints of Old Rose #C3404C
RGB
CMYK
RGB Variations
Color information
#C3404C (or 0xC3404C) is known color: Old Rose. HEX triplet: C3, 40 and 4C. RGB value is (195,64,76). Sum of RGB (Red+Green+Blue) = 195+64+76=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C3404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3404C is #3CBFB3. Grayscale: #686868. Windows color (decimal): -3981236 or 4997315. OLE color: 4997315.
HSL color Cylindrical-coordinate representation of color #C3404C: hue angle of 354.5º 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 #C3404C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 76 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.24 |
| HSL | 354.5º | 0.52% | 0.51% | - |
| HSV(B) | 354.5º | 0.67% | 0.76% | - |
| XYZ | 25.64 | 15.79 | 8.53 | - |
| YUV | 104.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 76 | 0 | 0.67 | 0.61 | 0.24 | 354.5 | 0.52 | 0.51 |
| Hex | C3 | 40 | 4C | 0 | 43 | 3D | 18 | 163 | 34 | 33 |
| Octal | 303 | 100 | 114 | 0 | 103 | 75 | 30 | 543 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1001100 | 0 | 1000011 | 111101 | 11000 | 101100011 | 110100 | 110011 |
Color Harmonies of #C3404C
Complementary color
Monochromatic Colors of #C3404C
Black with #C3404C
Text Example
Text Example
White with #C3404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3404C; }
p { color: rgb(195,64,76); }
H1.HeaderClassName
{
color: #C3404C;
}
.AnyTagClassName
{
color: #C3404C;
}
</style>
background-color css
<style>
a { background-color: #C3404C; }
a { background-color: rgb(195,64,76); }
div.DivClassName
{
background-color: #C3404C;
}
.BgClassName
{
background-color: #C3404C;
}
</style>
border-color css
<style>
span { border-color: #C3404C; }
span { border-color: rgb(195,64,76); }
td.TdClassName
{
border-color: #C3404C;
}
.TagClassName
{
border-color: #C3404C;
}
</style>