Shades of Old Rose #C3424D
Tints of Old Rose #C3424D
RGB
CMYK
RGB Variations
Color information
#C3424D (or 0xC3424D) is known color: Old Rose. HEX triplet: C3, 42 and 4D. RGB value is (195,66,77). Sum of RGB (Red+Green+Blue) = 195+66+77=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3424D is #3CBDB2. Grayscale: #696969. Windows color (decimal): -3980723 or 5063363. OLE color: 5063363.
HSL color Cylindrical-coordinate representation of color #C3424D: hue angle of 354.88º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3424D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 77 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.24 |
| HSL | 354.88º | 0.52% | 0.51% | - |
| HSV(B) | 354.88º | 0.66% | 0.76% | - |
| XYZ | 25.79 | 16.03 | 8.76 | - |
| YUV | 105.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 77 | 0 | 0.66 | 0.61 | 0.24 | 354.88 | 0.52 | 0.51 |
| Hex | C3 | 42 | 4D | 0 | 42 | 3D | 18 | 163 | 34 | 33 |
| Octal | 303 | 102 | 115 | 0 | 102 | 75 | 30 | 543 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1001101 | 0 | 1000010 | 111101 | 11000 | 101100011 | 110100 | 110011 |
Color Harmonies of #C3424D
Complementary color
Monochromatic Colors of #C3424D
Black with #C3424D
Text Example
Text Example
White with #C3424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3424D; }
p { color: rgb(195,66,77); }
H1.HeaderClassName
{
color: #C3424D;
}
.AnyTagClassName
{
color: #C3424D;
}
</style>
background-color css
<style>
a { background-color: #C3424D; }
a { background-color: rgb(195,66,77); }
div.DivClassName
{
background-color: #C3424D;
}
.BgClassName
{
background-color: #C3424D;
}
</style>
border-color css
<style>
span { border-color: #C3424D; }
span { border-color: rgb(195,66,77); }
td.TdClassName
{
border-color: #C3424D;
}
.TagClassName
{
border-color: #C3424D;
}
</style>