Shades of Old Rose #C3394F
Tints of Old Rose #C3394F
RGB
CMYK
RGB Variations
Color information
#C3394F (or 0xC3394F) is known color: Old Rose. HEX triplet: C3, 39 and 4F. RGB value is (195,57,79). Sum of RGB (Red+Green+Blue) = 195+57+79=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C3394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3394F is #3CC6B0. Grayscale: #646464. Windows color (decimal): -3983025 or 5192131. OLE color: 5192131.
HSL color Cylindrical-coordinate representation of color #C3394F: hue angle of 350.43º 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 #C3394F is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 79 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.24 |
| HSL | 350.43º | 0.55% | 0.49% | - |
| HSV(B) | 350.43º | 0.71% | 0.76% | - |
| XYZ | 25.38 | 15.09 | 8.97 | - |
| YUV | 100.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 79 | 0 | 0.71 | 0.59 | 0.24 | 350.43 | 0.55 | 0.49 |
| Hex | C3 | 39 | 4F | 0 | 47 | 3B | 18 | 15E | 37 | 31 |
| Octal | 303 | 71 | 117 | 0 | 107 | 73 | 30 | 536 | 67 | 61 |
| Binary | 11000011 | 111001 | 1001111 | 0 | 1000111 | 111011 | 11000 | 101011110 | 110111 | 110001 |
Color Harmonies of #C3394F
Complementary color
Monochromatic Colors of #C3394F
Black with #C3394F
Text Example
Text Example
White with #C3394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3394F; }
p { color: rgb(195,57,79); }
H1.HeaderClassName
{
color: #C3394F;
}
.AnyTagClassName
{
color: #C3394F;
}
</style>
background-color css
<style>
a { background-color: #C3394F; }
a { background-color: rgb(195,57,79); }
div.DivClassName
{
background-color: #C3394F;
}
.BgClassName
{
background-color: #C3394F;
}
</style>
border-color css
<style>
span { border-color: #C3394F; }
span { border-color: rgb(195,57,79); }
td.TdClassName
{
border-color: #C3394F;
}
.TagClassName
{
border-color: #C3394F;
}
</style>