Shades of Old Rose #C3204B
Tints of Old Rose #C3204B
RGB
CMYK
RGB Variations
Color information
#C3204B (or 0xC3204B) is known color: Old Rose. HEX triplet: C3, 20 and 4B. RGB value is (195,32,75). Sum of RGB (Red+Green+Blue) = 195+32+75=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3204B is #3CDFB4. Grayscale: #555555. Windows color (decimal): -3989429 or 4923587. OLE color: 4923587.
HSL color Cylindrical-coordinate representation of color #C3204B: hue angle of 344.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3204B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 75 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.24 |
| HSL | 344.17º | 0.72% | 0.45% | - |
| HSV(B) | 344.17º | 0.84% | 0.76% | - |
| XYZ | 24.29 | 13.14 | 7.91 | - |
| YUV | 85.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 75 | 0 | 0.84 | 0.62 | 0.24 | 344.17 | 0.72 | 0.45 |
| Hex | C3 | 20 | 4B | 0 | 54 | 3E | 18 | 158 | 48 | 2D |
| Octal | 303 | 40 | 113 | 0 | 124 | 76 | 30 | 530 | 110 | 55 |
| Binary | 11000011 | 100000 | 1001011 | 0 | 1010100 | 111110 | 11000 | 101011000 | 1001000 | 101101 |
Color Harmonies of #C3204B
Complementary color
Monochromatic Colors of #C3204B
Black with #C3204B
Text Example
Text Example
White with #C3204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3204B; }
p { color: rgb(195,32,75); }
H1.HeaderClassName
{
color: #C3204B;
}
.AnyTagClassName
{
color: #C3204B;
}
</style>
background-color css
<style>
a { background-color: #C3204B; }
a { background-color: rgb(195,32,75); }
div.DivClassName
{
background-color: #C3204B;
}
.BgClassName
{
background-color: #C3204B;
}
</style>
border-color css
<style>
span { border-color: #C3204B; }
span { border-color: rgb(195,32,75); }
td.TdClassName
{
border-color: #C3204B;
}
.TagClassName
{
border-color: #C3204B;
}
</style>