Shades of Old Rose #C3374D
Tints of Old Rose #C3374D
RGB
CMYK
RGB Variations
Color information
#C3374D (or 0xC3374D) is known color: Old Rose. HEX triplet: C3, 37 and 4D. RGB value is (195,55,77). Sum of RGB (Red+Green+Blue) = 195+55+77=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3374D is #3CC8B2. Grayscale: #636363. Windows color (decimal): -3983539 or 5060547. OLE color: 5060547.
HSL color Cylindrical-coordinate representation of color #C3374D: hue angle of 350.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3374D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 77 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.24 |
| HSL | 350.57º | 0.56% | 0.49% | - |
| HSV(B) | 350.57º | 0.72% | 0.76% | - |
| XYZ | 25.21 | 14.87 | 8.56 | - |
| YUV | 99.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 77 | 0 | 0.72 | 0.61 | 0.24 | 350.57 | 0.56 | 0.49 |
| Hex | C3 | 37 | 4D | 0 | 48 | 3D | 18 | 15F | 38 | 31 |
| Octal | 303 | 67 | 115 | 0 | 110 | 75 | 30 | 537 | 70 | 61 |
| Binary | 11000011 | 110111 | 1001101 | 0 | 1001000 | 111101 | 11000 | 101011111 | 111000 | 110001 |
Color Harmonies of #C3374D
Complementary color
Monochromatic Colors of #C3374D
Black with #C3374D
Text Example
Text Example
White with #C3374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3374D; }
p { color: rgb(195,55,77); }
H1.HeaderClassName
{
color: #C3374D;
}
.AnyTagClassName
{
color: #C3374D;
}
</style>
background-color css
<style>
a { background-color: #C3374D; }
a { background-color: rgb(195,55,77); }
div.DivClassName
{
background-color: #C3374D;
}
.BgClassName
{
background-color: #C3374D;
}
</style>
border-color css
<style>
span { border-color: #C3374D; }
span { border-color: rgb(195,55,77); }
td.TdClassName
{
border-color: #C3374D;
}
.TagClassName
{
border-color: #C3374D;
}
</style>