Shades of Old Rose #C3394D
Tints of Old Rose #C3394D
RGB
CMYK
RGB Variations
Color information
#C3394D (or 0xC3394D) is known color: Old Rose. HEX triplet: C3, 39 and 4D. RGB value is (195,57,77). Sum of RGB (Red+Green+Blue) = 195+57+77=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3394D is #3CC6B2. Grayscale: #646464. Windows color (decimal): -3983027 or 5061059. OLE color: 5061059.
HSL color Cylindrical-coordinate representation of color #C3394D: hue angle of 351.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3394D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 77 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.24 |
| HSL | 351.3º | 0.55% | 0.49% | - |
| HSV(B) | 351.3º | 0.71% | 0.76% | - |
| XYZ | 25.31 | 15.06 | 8.59 | - |
| YUV | 100.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 77 | 0 | 0.71 | 0.61 | 0.24 | 351.3 | 0.55 | 0.49 |
| Hex | C3 | 39 | 4D | 0 | 47 | 3D | 18 | 15F | 37 | 31 |
| Octal | 303 | 71 | 115 | 0 | 107 | 75 | 30 | 537 | 67 | 61 |
| Binary | 11000011 | 111001 | 1001101 | 0 | 1000111 | 111101 | 11000 | 101011111 | 110111 | 110001 |
Color Harmonies of #C3394D
Complementary color
Monochromatic Colors of #C3394D
Black with #C3394D
Text Example
Text Example
White with #C3394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3394D; }
p { color: rgb(195,57,77); }
H1.HeaderClassName
{
color: #C3394D;
}
.AnyTagClassName
{
color: #C3394D;
}
</style>
background-color css
<style>
a { background-color: #C3394D; }
a { background-color: rgb(195,57,77); }
div.DivClassName
{
background-color: #C3394D;
}
.BgClassName
{
background-color: #C3394D;
}
</style>
border-color css
<style>
span { border-color: #C3394D; }
span { border-color: rgb(195,57,77); }
td.TdClassName
{
border-color: #C3394D;
}
.TagClassName
{
border-color: #C3394D;
}
</style>