Shades of Old Rose #C3334F
Tints of Old Rose #C3334F
RGB
CMYK
RGB Variations
Color information
#C3334F (or 0xC3334F) is known color: Old Rose. HEX triplet: C3, 33 and 4F. RGB value is (195,51,79). Sum of RGB (Red+Green+Blue) = 195+51+79=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3334F is #3CCCB0. Grayscale: #616161. Windows color (decimal): -3984561 or 5190595. OLE color: 5190595.
HSL color Cylindrical-coordinate representation of color #C3334F: hue angle of 348.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3334F is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 79 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.24 |
| HSL | 348.33º | 0.59% | 0.48% | - |
| HSV(B) | 348.33º | 0.74% | 0.76% | - |
| XYZ | 25.1 | 14.53 | 8.88 | - |
| YUV | 97.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 79 | 0 | 0.74 | 0.59 | 0.24 | 348.33 | 0.59 | 0.48 |
| Hex | C3 | 33 | 4F | 0 | 4A | 3B | 18 | 15C | 3B | 30 |
| Octal | 303 | 63 | 117 | 0 | 112 | 73 | 30 | 534 | 73 | 60 |
| Binary | 11000011 | 110011 | 1001111 | 0 | 1001010 | 111011 | 11000 | 101011100 | 111011 | 110000 |
Color Harmonies of #C3334F
Complementary color
Monochromatic Colors of #C3334F
Black with #C3334F
Text Example
Text Example
White with #C3334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3334F; }
p { color: rgb(195,51,79); }
H1.HeaderClassName
{
color: #C3334F;
}
.AnyTagClassName
{
color: #C3334F;
}
</style>
background-color css
<style>
a { background-color: #C3334F; }
a { background-color: rgb(195,51,79); }
div.DivClassName
{
background-color: #C3334F;
}
.BgClassName
{
background-color: #C3334F;
}
</style>
border-color css
<style>
span { border-color: #C3334F; }
span { border-color: rgb(195,51,79); }
td.TdClassName
{
border-color: #C3334F;
}
.TagClassName
{
border-color: #C3334F;
}
</style>