Shades of Old Rose #C3325B
Tints of Old Rose #C3325B
RGB
CMYK
RGB Variations
Color information
#C3325B (or 0xC3325B) is known color: Old Rose. HEX triplet: C3, 32 and 5B. RGB value is (195,50,91). Sum of RGB (Red+Green+Blue) = 195+50+91=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3325B is #3CCDA4. Grayscale: #626262. Windows color (decimal): -3984805 or 5976771. OLE color: 5976771.
HSL color Cylindrical-coordinate representation of color #C3325B: hue angle of 343.03º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3325B is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 91 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.24 |
| HSL | 343.03º | 0.59% | 0.48% | - |
| HSV(B) | 343.03º | 0.74% | 0.76% | - |
| XYZ | 25.53 | 14.64 | 11.38 | - |
| YUV | 98.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 91 | 0 | 0.74 | 0.53 | 0.24 | 343.03 | 0.59 | 0.48 |
| Hex | C3 | 32 | 5B | 0 | 4A | 35 | 18 | 157 | 3B | 30 |
| Octal | 303 | 62 | 133 | 0 | 112 | 65 | 30 | 527 | 73 | 60 |
| Binary | 11000011 | 110010 | 1011011 | 0 | 1001010 | 110101 | 11000 | 101010111 | 111011 | 110000 |
Color Harmonies of #C3325B
Complementary color
Monochromatic Colors of #C3325B
Black with #C3325B
Text Example
Text Example
White with #C3325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3325B; }
p { color: rgb(195,50,91); }
H1.HeaderClassName
{
color: #C3325B;
}
.AnyTagClassName
{
color: #C3325B;
}
</style>
background-color css
<style>
a { background-color: #C3325B; }
a { background-color: rgb(195,50,91); }
div.DivClassName
{
background-color: #C3325B;
}
.BgClassName
{
background-color: #C3325B;
}
</style>
border-color css
<style>
span { border-color: #C3325B; }
span { border-color: rgb(195,50,91); }
td.TdClassName
{
border-color: #C3325B;
}
.TagClassName
{
border-color: #C3325B;
}
</style>