Shades of Old Rose #C3395B
Tints of Old Rose #C3395B
RGB
CMYK
RGB Variations
Color information
#C3395B (or 0xC3395B) is known color: Old Rose. HEX triplet: C3, 39 and 5B. RGB value is (195,57,91). Sum of RGB (Red+Green+Blue) = 195+57+91=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3395B is #3CC6A4. Grayscale: #666666. Windows color (decimal): -3983013 or 5978563. OLE color: 5978563.
HSL color Cylindrical-coordinate representation of color #C3395B: hue angle of 345.22º 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 #C3395B is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 91 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.24 |
| HSL | 345.22º | 0.55% | 0.49% | - |
| HSV(B) | 345.22º | 0.71% | 0.76% | - |
| XYZ | 25.86 | 15.28 | 11.48 | - |
| YUV | 102.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 91 | 0 | 0.71 | 0.53 | 0.24 | 345.22 | 0.55 | 0.49 |
| Hex | C3 | 39 | 5B | 0 | 47 | 35 | 18 | 159 | 37 | 31 |
| Octal | 303 | 71 | 133 | 0 | 107 | 65 | 30 | 531 | 67 | 61 |
| Binary | 11000011 | 111001 | 1011011 | 0 | 1000111 | 110101 | 11000 | 101011001 | 110111 | 110001 |
Color Harmonies of #C3395B
Complementary color
Monochromatic Colors of #C3395B
Black with #C3395B
Text Example
Text Example
White with #C3395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3395B; }
p { color: rgb(195,57,91); }
H1.HeaderClassName
{
color: #C3395B;
}
.AnyTagClassName
{
color: #C3395B;
}
</style>
background-color css
<style>
a { background-color: #C3395B; }
a { background-color: rgb(195,57,91); }
div.DivClassName
{
background-color: #C3395B;
}
.BgClassName
{
background-color: #C3395B;
}
</style>
border-color css
<style>
span { border-color: #C3395B; }
span { border-color: rgb(195,57,91); }
td.TdClassName
{
border-color: #C3395B;
}
.TagClassName
{
border-color: #C3395B;
}
</style>