Shades of Old Rose #C3414D
Tints of Old Rose #C3414D
RGB
CMYK
RGB Variations
Color information
#C3414D (or 0xC3414D) is known color: Old Rose. HEX triplet: C3, 41 and 4D. RGB value is (195,65,77). Sum of RGB (Red+Green+Blue) = 195+65+77=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3414D is #3CBEB2. Grayscale: #696969. Windows color (decimal): -3980979 or 5063107. OLE color: 5063107.
HSL color Cylindrical-coordinate representation of color #C3414D: hue angle of 354.46º 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 #C3414D is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 77 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.24 |
| HSL | 354.46º | 0.52% | 0.51% | - |
| HSV(B) | 354.46º | 0.67% | 0.76% | - |
| XYZ | 25.74 | 15.92 | 8.74 | - |
| YUV | 105.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 77 | 0 | 0.67 | 0.61 | 0.24 | 354.46 | 0.52 | 0.51 |
| Hex | C3 | 41 | 4D | 0 | 43 | 3D | 18 | 162 | 34 | 33 |
| Octal | 303 | 101 | 115 | 0 | 103 | 75 | 30 | 542 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1001101 | 0 | 1000011 | 111101 | 11000 | 101100010 | 110100 | 110011 |
Color Harmonies of #C3414D
Complementary color
Monochromatic Colors of #C3414D
Black with #C3414D
Text Example
Text Example
White with #C3414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3414D; }
p { color: rgb(195,65,77); }
H1.HeaderClassName
{
color: #C3414D;
}
.AnyTagClassName
{
color: #C3414D;
}
</style>
background-color css
<style>
a { background-color: #C3414D; }
a { background-color: rgb(195,65,77); }
div.DivClassName
{
background-color: #C3414D;
}
.BgClassName
{
background-color: #C3414D;
}
</style>
border-color css
<style>
span { border-color: #C3414D; }
span { border-color: rgb(195,65,77); }
td.TdClassName
{
border-color: #C3414D;
}
.TagClassName
{
border-color: #C3414D;
}
</style>