Shades of Old Rose #C3274C
Tints of Old Rose #C3274C
RGB
CMYK
RGB Variations
Color information
#C3274C (or 0xC3274C) is known color: Old Rose. HEX triplet: C3, 27 and 4C. RGB value is (195,39,76). Sum of RGB (Red+Green+Blue) = 195+39+76=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3274C is #3CD8B3. Grayscale: #595959. Windows color (decimal): -3987636 or 4990915. OLE color: 4990915.
HSL color Cylindrical-coordinate representation of color #C3274C: hue angle of 345.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3274C is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 76 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.24 |
| HSL | 345.77º | 0.67% | 0.46% | - |
| HSV(B) | 345.77º | 0.8% | 0.76% | - |
| XYZ | 24.54 | 13.57 | 8.16 | - |
| YUV | 89.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 76 | 0 | 0.80 | 0.61 | 0.24 | 345.77 | 0.67 | 0.46 |
| Hex | C3 | 27 | 4C | 0 | 50 | 3D | 18 | 15A | 43 | 2E |
| Octal | 303 | 47 | 114 | 0 | 120 | 75 | 30 | 532 | 103 | 56 |
| Binary | 11000011 | 100111 | 1001100 | 0 | 1010000 | 111101 | 11000 | 101011010 | 1000011 | 101110 |
Color Harmonies of #C3274C
Complementary color
Monochromatic Colors of #C3274C
Black with #C3274C
Text Example
Text Example
White with #C3274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3274C; }
p { color: rgb(195,39,76); }
H1.HeaderClassName
{
color: #C3274C;
}
.AnyTagClassName
{
color: #C3274C;
}
</style>
background-color css
<style>
a { background-color: #C3274C; }
a { background-color: rgb(195,39,76); }
div.DivClassName
{
background-color: #C3274C;
}
.BgClassName
{
background-color: #C3274C;
}
</style>
border-color css
<style>
span { border-color: #C3274C; }
span { border-color: rgb(195,39,76); }
td.TdClassName
{
border-color: #C3274C;
}
.TagClassName
{
border-color: #C3274C;
}
</style>