Shades of Old Rose #C3244D
Tints of Old Rose #C3244D
RGB
CMYK
RGB Variations
Color information
#C3244D (or 0xC3244D) is known color: Old Rose. HEX triplet: C3, 24 and 4D. RGB value is (195,36,77). Sum of RGB (Red+Green+Blue) = 195+36+77=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3244D is #3CDBB2. Grayscale: #585858. Windows color (decimal): -3988403 or 5055683. OLE color: 5055683.
HSL color Cylindrical-coordinate representation of color #C3244D: hue angle of 344.53º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3244D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 77 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.24 |
| HSL | 344.53º | 0.69% | 0.45% | - |
| HSV(B) | 344.53º | 0.82% | 0.76% | - |
| XYZ | 24.48 | 13.4 | 8.32 | - |
| YUV | 88.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 77 | 0 | 0.82 | 0.61 | 0.24 | 344.53 | 0.69 | 0.45 |
| Hex | C3 | 24 | 4D | 0 | 52 | 3D | 18 | 159 | 45 | 2D |
| Octal | 303 | 44 | 115 | 0 | 122 | 75 | 30 | 531 | 105 | 55 |
| Binary | 11000011 | 100100 | 1001101 | 0 | 1010010 | 111101 | 11000 | 101011001 | 1000101 | 101101 |
Color Harmonies of #C3244D
Complementary color
Monochromatic Colors of #C3244D
Black with #C3244D
Text Example
Text Example
White with #C3244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3244D; }
p { color: rgb(195,36,77); }
H1.HeaderClassName
{
color: #C3244D;
}
.AnyTagClassName
{
color: #C3244D;
}
</style>
background-color css
<style>
a { background-color: #C3244D; }
a { background-color: rgb(195,36,77); }
div.DivClassName
{
background-color: #C3244D;
}
.BgClassName
{
background-color: #C3244D;
}
</style>
border-color css
<style>
span { border-color: #C3244D; }
span { border-color: rgb(195,36,77); }
td.TdClassName
{
border-color: #C3244D;
}
.TagClassName
{
border-color: #C3244D;
}
</style>