Shades of Old Rose #C3365A
Tints of Old Rose #C3365A
RGB
CMYK
RGB Variations
Color information
#C3365A (or 0xC3365A) is known color: Old Rose. HEX triplet: C3, 36 and 5A. RGB value is (195,54,90). Sum of RGB (Red+Green+Blue) = 195+54+90=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3365A is #3CC9A5. Grayscale: #646464. Windows color (decimal): -3983782 or 5912259. OLE color: 5912259.
HSL color Cylindrical-coordinate representation of color #C3365A: hue angle of 344.68º 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 #C3365A is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 90 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.24 |
| HSL | 344.68º | 0.57% | 0.49% | - |
| HSV(B) | 344.68º | 0.72% | 0.76% | - |
| XYZ | 25.67 | 14.98 | 11.21 | - |
| YUV | 100.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 90 | 0 | 0.72 | 0.54 | 0.24 | 344.68 | 0.57 | 0.49 |
| Hex | C3 | 36 | 5A | 0 | 48 | 36 | 18 | 159 | 39 | 31 |
| Octal | 303 | 66 | 132 | 0 | 110 | 66 | 30 | 531 | 71 | 61 |
| Binary | 11000011 | 110110 | 1011010 | 0 | 1001000 | 110110 | 11000 | 101011001 | 111001 | 110001 |
Color Harmonies of #C3365A
Complementary color
Monochromatic Colors of #C3365A
Black with #C3365A
Text Example
Text Example
White with #C3365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3365A; }
p { color: rgb(195,54,90); }
H1.HeaderClassName
{
color: #C3365A;
}
.AnyTagClassName
{
color: #C3365A;
}
</style>
background-color css
<style>
a { background-color: #C3365A; }
a { background-color: rgb(195,54,90); }
div.DivClassName
{
background-color: #C3365A;
}
.BgClassName
{
background-color: #C3365A;
}
</style>
border-color css
<style>
span { border-color: #C3365A; }
span { border-color: rgb(195,54,90); }
td.TdClassName
{
border-color: #C3365A;
}
.TagClassName
{
border-color: #C3365A;
}
</style>