Shades of Old Rose #C34150
Tints of Old Rose #C34150
RGB
CMYK
RGB Variations
Color information
#C34150 (or 0xC34150) is known color: Old Rose. HEX triplet: C3, 41 and 50. RGB value is (195,65,80). Sum of RGB (Red+Green+Blue) = 195+65+80=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C34150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34150 is #3CBEAF. Grayscale: #696969. Windows color (decimal): -3980976 or 5259715. OLE color: 5259715.
HSL color Cylindrical-coordinate representation of color #C34150: hue angle of 353.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34150 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 80 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.24 |
| HSL | 353.08º | 0.52% | 0.51% | - |
| HSV(B) | 353.08º | 0.67% | 0.76% | - |
| XYZ | 25.84 | 15.96 | 9.31 | - |
| YUV | 105.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 80 | 0 | 0.67 | 0.59 | 0.24 | 353.08 | 0.52 | 0.51 |
| Hex | C3 | 41 | 50 | 0 | 43 | 3B | 18 | 161 | 34 | 33 |
| Octal | 303 | 101 | 120 | 0 | 103 | 73 | 30 | 541 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1010000 | 0 | 1000011 | 111011 | 11000 | 101100001 | 110100 | 110011 |
Color Harmonies of #C34150
Complementary color
Monochromatic Colors of #C34150
Black with #C34150
Text Example
Text Example
White with #C34150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34150; }
p { color: rgb(195,65,80); }
H1.HeaderClassName
{
color: #C34150;
}
.AnyTagClassName
{
color: #C34150;
}
</style>
background-color css
<style>
a { background-color: #C34150; }
a { background-color: rgb(195,65,80); }
div.DivClassName
{
background-color: #C34150;
}
.BgClassName
{
background-color: #C34150;
}
</style>
border-color css
<style>
span { border-color: #C34150; }
span { border-color: rgb(195,65,80); }
td.TdClassName
{
border-color: #C34150;
}
.TagClassName
{
border-color: #C34150;
}
</style>