Shades of Old Rose #C3365D
Tints of Old Rose #C3365D
RGB
CMYK
RGB Variations
Color information
#C3365D (or 0xC3365D) is known color: Old Rose. HEX triplet: C3, 36 and 5D. RGB value is (195,54,93). Sum of RGB (Red+Green+Blue) = 195+54+93=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3365D is #3CC9A2. Grayscale: #646464. Windows color (decimal): -3983779 or 6108867. OLE color: 6108867.
HSL color Cylindrical-coordinate representation of color #C3365D: hue angle of 343.4º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3365D is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 93 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.24 |
| HSL | 343.4º | 0.57% | 0.49% | - |
| HSV(B) | 343.4º | 0.72% | 0.76% | - |
| XYZ | 25.8 | 15.03 | 11.9 | - |
| YUV | 100.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 93 | 0 | 0.72 | 0.52 | 0.24 | 343.4 | 0.57 | 0.49 |
| Hex | C3 | 36 | 5D | 0 | 48 | 34 | 18 | 157 | 39 | 31 |
| Octal | 303 | 66 | 135 | 0 | 110 | 64 | 30 | 527 | 71 | 61 |
| Binary | 11000011 | 110110 | 1011101 | 0 | 1001000 | 110100 | 11000 | 101010111 | 111001 | 110001 |
Color Harmonies of #C3365D
Complementary color
Monochromatic Colors of #C3365D
Black with #C3365D
Text Example
Text Example
White with #C3365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3365D; }
p { color: rgb(195,54,93); }
H1.HeaderClassName
{
color: #C3365D;
}
.AnyTagClassName
{
color: #C3365D;
}
</style>
background-color css
<style>
a { background-color: #C3365D; }
a { background-color: rgb(195,54,93); }
div.DivClassName
{
background-color: #C3365D;
}
.BgClassName
{
background-color: #C3365D;
}
</style>
border-color css
<style>
span { border-color: #C3365D; }
span { border-color: rgb(195,54,93); }
td.TdClassName
{
border-color: #C3365D;
}
.TagClassName
{
border-color: #C3365D;
}
</style>