Shades of Old Rose #C3394B
Tints of Old Rose #C3394B
RGB
CMYK
RGB Variations
Color information
#C3394B (or 0xC3394B) is known color: Old Rose. HEX triplet: C3, 39 and 4B. RGB value is (195,57,75). Sum of RGB (Red+Green+Blue) = 195+57+75=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3394B is #3CC6B4. Grayscale: #646464. Windows color (decimal): -3983029 or 4929987. OLE color: 4929987.
HSL color Cylindrical-coordinate representation of color #C3394B: hue angle of 352.17º 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 #C3394B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 75 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.24 |
| HSL | 352.17º | 0.55% | 0.49% | - |
| HSV(B) | 352.17º | 0.71% | 0.76% | - |
| XYZ | 25.24 | 15.04 | 8.23 | - |
| YUV | 100.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 75 | 0 | 0.71 | 0.62 | 0.24 | 352.17 | 0.55 | 0.49 |
| Hex | C3 | 39 | 4B | 0 | 47 | 3E | 18 | 160 | 37 | 31 |
| Octal | 303 | 71 | 113 | 0 | 107 | 76 | 30 | 540 | 67 | 61 |
| Binary | 11000011 | 111001 | 1001011 | 0 | 1000111 | 111110 | 11000 | 101100000 | 110111 | 110001 |
Color Harmonies of #C3394B
Complementary color
Monochromatic Colors of #C3394B
Black with #C3394B
Text Example
Text Example
White with #C3394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3394B; }
p { color: rgb(195,57,75); }
H1.HeaderClassName
{
color: #C3394B;
}
.AnyTagClassName
{
color: #C3394B;
}
</style>
background-color css
<style>
a { background-color: #C3394B; }
a { background-color: rgb(195,57,75); }
div.DivClassName
{
background-color: #C3394B;
}
.BgClassName
{
background-color: #C3394B;
}
</style>
border-color css
<style>
span { border-color: #C3394B; }
span { border-color: rgb(195,57,75); }
td.TdClassName
{
border-color: #C3394B;
}
.TagClassName
{
border-color: #C3394B;
}
</style>