Shades of Old Rose #C3335F
Tints of Old Rose #C3335F
RGB
CMYK
RGB Variations
Color information
#C3335F (or 0xC3335F) is known color: Old Rose. HEX triplet: C3, 33 and 5F. RGB value is (195,51,95). Sum of RGB (Red+Green+Blue) = 195+51+95=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3335F is #3CCCA0. Grayscale: #636363. Windows color (decimal): -3984545 or 6239171. OLE color: 6239171.
HSL color Cylindrical-coordinate representation of color #C3335F: hue angle of 341.67º 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 #C3335F is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 95 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.24 |
| HSL | 341.67º | 0.59% | 0.48% | - |
| HSV(B) | 341.67º | 0.74% | 0.76% | - |
| XYZ | 25.76 | 14.8 | 12.32 | - |
| YUV | 99.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 95 | 0 | 0.74 | 0.51 | 0.24 | 341.67 | 0.59 | 0.48 |
| Hex | C3 | 33 | 5F | 0 | 4A | 33 | 18 | 156 | 3B | 30 |
| Octal | 303 | 63 | 137 | 0 | 112 | 63 | 30 | 526 | 73 | 60 |
| Binary | 11000011 | 110011 | 1011111 | 0 | 1001010 | 110011 | 11000 | 101010110 | 111011 | 110000 |
Color Harmonies of #C3335F
Complementary color
Monochromatic Colors of #C3335F
Black with #C3335F
Text Example
Text Example
White with #C3335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3335F; }
p { color: rgb(195,51,95); }
H1.HeaderClassName
{
color: #C3335F;
}
.AnyTagClassName
{
color: #C3335F;
}
</style>
background-color css
<style>
a { background-color: #C3335F; }
a { background-color: rgb(195,51,95); }
div.DivClassName
{
background-color: #C3335F;
}
.BgClassName
{
background-color: #C3335F;
}
</style>
border-color css
<style>
span { border-color: #C3335F; }
span { border-color: rgb(195,51,95); }
td.TdClassName
{
border-color: #C3335F;
}
.TagClassName
{
border-color: #C3335F;
}
</style>