Shades of Old Rose #C3264D
Tints of Old Rose #C3264D
RGB
CMYK
RGB Variations
Color information
#C3264D (or 0xC3264D) is known color: Old Rose. HEX triplet: C3, 26 and 4D. RGB value is (195,38,77). Sum of RGB (Red+Green+Blue) = 195+38+77=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3264D is #3CD9B2. Grayscale: #595959. Windows color (decimal): -3987891 or 5056195. OLE color: 5056195.
HSL color Cylindrical-coordinate representation of color #C3264D: hue angle of 345.1º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3264D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 77 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.24 |
| HSL | 345.1º | 0.67% | 0.46% | - |
| HSV(B) | 345.1º | 0.81% | 0.76% | - |
| XYZ | 24.54 | 13.52 | 8.34 | - |
| YUV | 89.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 77 | 0 | 0.81 | 0.61 | 0.24 | 345.1 | 0.67 | 0.46 |
| Hex | C3 | 26 | 4D | 0 | 51 | 3D | 18 | 159 | 43 | 2E |
| Octal | 303 | 46 | 115 | 0 | 121 | 75 | 30 | 531 | 103 | 56 |
| Binary | 11000011 | 100110 | 1001101 | 0 | 1010001 | 111101 | 11000 | 101011001 | 1000011 | 101110 |
Color Harmonies of #C3264D
Complementary color
Monochromatic Colors of #C3264D
Black with #C3264D
Text Example
Text Example
White with #C3264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3264D; }
p { color: rgb(195,38,77); }
H1.HeaderClassName
{
color: #C3264D;
}
.AnyTagClassName
{
color: #C3264D;
}
</style>
background-color css
<style>
a { background-color: #C3264D; }
a { background-color: rgb(195,38,77); }
div.DivClassName
{
background-color: #C3264D;
}
.BgClassName
{
background-color: #C3264D;
}
</style>
border-color css
<style>
span { border-color: #C3264D; }
span { border-color: rgb(195,38,77); }
td.TdClassName
{
border-color: #C3264D;
}
.TagClassName
{
border-color: #C3264D;
}
</style>