Shades of Old Rose #C34058
Tints of Old Rose #C34058
RGB
CMYK
RGB Variations
Color information
#C34058 (or 0xC34058) is known color: Old Rose. HEX triplet: C3, 40 and 58. RGB value is (195,64,88). Sum of RGB (Red+Green+Blue) = 195+64+88=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C34058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34058 is #3CBFA7. Grayscale: #696969. Windows color (decimal): -3981224 or 5783747. OLE color: 5783747.
HSL color Cylindrical-coordinate representation of color #C34058: hue angle of 349.01º 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 #C34058 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 88 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.24 |
| HSL | 349.01º | 0.52% | 0.51% | - |
| HSV(B) | 349.01º | 0.67% | 0.76% | - |
| XYZ | 26.1 | 15.97 | 10.94 | - |
| YUV | 105.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 88 | 0 | 0.67 | 0.55 | 0.24 | 349.01 | 0.52 | 0.51 |
| Hex | C3 | 40 | 58 | 0 | 43 | 37 | 18 | 15D | 34 | 33 |
| Octal | 303 | 100 | 130 | 0 | 103 | 67 | 30 | 535 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1011000 | 0 | 1000011 | 110111 | 11000 | 101011101 | 110100 | 110011 |
Color Harmonies of #C34058
Complementary color
Monochromatic Colors of #C34058
Black with #C34058
Text Example
Text Example
White with #C34058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34058; }
p { color: rgb(195,64,88); }
H1.HeaderClassName
{
color: #C34058;
}
.AnyTagClassName
{
color: #C34058;
}
</style>
background-color css
<style>
a { background-color: #C34058; }
a { background-color: rgb(195,64,88); }
div.DivClassName
{
background-color: #C34058;
}
.BgClassName
{
background-color: #C34058;
}
</style>
border-color css
<style>
span { border-color: #C34058; }
span { border-color: rgb(195,64,88); }
td.TdClassName
{
border-color: #C34058;
}
.TagClassName
{
border-color: #C34058;
}
</style>