Shades of Old Rose #C34052
Tints of Old Rose #C34052
RGB
CMYK
RGB Variations
Color information
#C34052 (or 0xC34052) is known color: Old Rose. HEX triplet: C3, 40 and 52. RGB value is (195,64,82). Sum of RGB (Red+Green+Blue) = 195+64+82=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C34052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34052 is #3CBFAD. Grayscale: #696969. Windows color (decimal): -3981230 or 5390531. OLE color: 5390531.
HSL color Cylindrical-coordinate representation of color #C34052: hue angle of 351.76º 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 #C34052 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 82 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.24 |
| HSL | 351.76º | 0.52% | 0.51% | - |
| HSV(B) | 351.76º | 0.67% | 0.76% | - |
| XYZ | 25.86 | 15.88 | 9.68 | - |
| YUV | 105.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 82 | 0 | 0.67 | 0.58 | 0.24 | 351.76 | 0.52 | 0.51 |
| Hex | C3 | 40 | 52 | 0 | 43 | 3A | 18 | 160 | 34 | 33 |
| Octal | 303 | 100 | 122 | 0 | 103 | 72 | 30 | 540 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1010010 | 0 | 1000011 | 111010 | 11000 | 101100000 | 110100 | 110011 |
Color Harmonies of #C34052
Complementary color
Monochromatic Colors of #C34052
Black with #C34052
Text Example
Text Example
White with #C34052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34052; }
p { color: rgb(195,64,82); }
H1.HeaderClassName
{
color: #C34052;
}
.AnyTagClassName
{
color: #C34052;
}
</style>
background-color css
<style>
a { background-color: #C34052; }
a { background-color: rgb(195,64,82); }
div.DivClassName
{
background-color: #C34052;
}
.BgClassName
{
background-color: #C34052;
}
</style>
border-color css
<style>
span { border-color: #C34052; }
span { border-color: rgb(195,64,82); }
td.TdClassName
{
border-color: #C34052;
}
.TagClassName
{
border-color: #C34052;
}
</style>