Shades of Old Rose #C3254F
Tints of Old Rose #C3254F
RGB
CMYK
RGB Variations
Color information
#C3254F (or 0xC3254F) is known color: Old Rose. HEX triplet: C3, 25 and 4F. RGB value is (195,37,79). Sum of RGB (Red+Green+Blue) = 195+37+79=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3254F is #3CDAB0. Grayscale: #595959. Windows color (decimal): -3988145 or 5187011. OLE color: 5187011.
HSL color Cylindrical-coordinate representation of color #C3254F: hue angle of 344.05º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3254F is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 79 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.24 |
| HSL | 344.05º | 0.68% | 0.45% | - |
| HSV(B) | 344.05º | 0.81% | 0.76% | - |
| XYZ | 24.58 | 13.49 | 8.71 | - |
| YUV | 89.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 79 | 0 | 0.81 | 0.59 | 0.24 | 344.05 | 0.68 | 0.45 |
| Hex | C3 | 25 | 4F | 0 | 51 | 3B | 18 | 158 | 44 | 2D |
| Octal | 303 | 45 | 117 | 0 | 121 | 73 | 30 | 530 | 104 | 55 |
| Binary | 11000011 | 100101 | 1001111 | 0 | 1010001 | 111011 | 11000 | 101011000 | 1000100 | 101101 |
Color Harmonies of #C3254F
Complementary color
Monochromatic Colors of #C3254F
Black with #C3254F
Text Example
Text Example
White with #C3254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3254F; }
p { color: rgb(195,37,79); }
H1.HeaderClassName
{
color: #C3254F;
}
.AnyTagClassName
{
color: #C3254F;
}
</style>
background-color css
<style>
a { background-color: #C3254F; }
a { background-color: rgb(195,37,79); }
div.DivClassName
{
background-color: #C3254F;
}
.BgClassName
{
background-color: #C3254F;
}
</style>
border-color css
<style>
span { border-color: #C3254F; }
span { border-color: rgb(195,37,79); }
td.TdClassName
{
border-color: #C3254F;
}
.TagClassName
{
border-color: #C3254F;
}
</style>