Shades of Old Rose #C3254C
Tints of Old Rose #C3254C
RGB
CMYK
RGB Variations
Color information
#C3254C (or 0xC3254C) is known color: Old Rose. HEX triplet: C3, 25 and 4C. RGB value is (195,37,76). Sum of RGB (Red+Green+Blue) = 195+37+76=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3254C is #3CDAB3. Grayscale: #585858. Windows color (decimal): -3988148 or 4990403. OLE color: 4990403.
HSL color Cylindrical-coordinate representation of color #C3254C: hue angle of 345.19º 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 #C3254C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 76 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.24 |
| HSL | 345.19º | 0.68% | 0.45% | - |
| HSV(B) | 345.19º | 0.81% | 0.76% | - |
| XYZ | 24.47 | 13.45 | 8.14 | - |
| YUV | 88.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 76 | 0 | 0.81 | 0.61 | 0.24 | 345.19 | 0.68 | 0.45 |
| Hex | C3 | 25 | 4C | 0 | 51 | 3D | 18 | 159 | 44 | 2D |
| Octal | 303 | 45 | 114 | 0 | 121 | 75 | 30 | 531 | 104 | 55 |
| Binary | 11000011 | 100101 | 1001100 | 0 | 1010001 | 111101 | 11000 | 101011001 | 1000100 | 101101 |
Color Harmonies of #C3254C
Complementary color
Monochromatic Colors of #C3254C
Black with #C3254C
Text Example
Text Example
White with #C3254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3254C; }
p { color: rgb(195,37,76); }
H1.HeaderClassName
{
color: #C3254C;
}
.AnyTagClassName
{
color: #C3254C;
}
</style>
background-color css
<style>
a { background-color: #C3254C; }
a { background-color: rgb(195,37,76); }
div.DivClassName
{
background-color: #C3254C;
}
.BgClassName
{
background-color: #C3254C;
}
</style>
border-color css
<style>
span { border-color: #C3254C; }
span { border-color: rgb(195,37,76); }
td.TdClassName
{
border-color: #C3254C;
}
.TagClassName
{
border-color: #C3254C;
}
</style>