Shades of Old Rose #C3285C
Tints of Old Rose #C3285C
RGB
CMYK
RGB Variations
Color information
#C3285C (or 0xC3285C) is known color: Old Rose. HEX triplet: C3, 28 and 5C. RGB value is (195,40,92). Sum of RGB (Red+Green+Blue) = 195+40+92=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3285C is #3CD7A3. Grayscale: #5C5C5C. Windows color (decimal): -3987364 or 6039747. OLE color: 6039747.
HSL color Cylindrical-coordinate representation of color #C3285C: hue angle of 339.87º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3285C is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 92 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.24 |
| HSL | 339.87º | 0.66% | 0.46% | - |
| HSV(B) | 339.87º | 0.79% | 0.76% | - |
| XYZ | 25.2 | 13.89 | 11.48 | - |
| YUV | 92.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 92 | 0 | 0.79 | 0.53 | 0.24 | 339.87 | 0.66 | 0.46 |
| Hex | C3 | 28 | 5C | 0 | 4F | 35 | 18 | 154 | 42 | 2E |
| Octal | 303 | 50 | 134 | 0 | 117 | 65 | 30 | 524 | 102 | 56 |
| Binary | 11000011 | 101000 | 1011100 | 0 | 1001111 | 110101 | 11000 | 101010100 | 1000010 | 101110 |
Color Harmonies of #C3285C
Complementary color
Monochromatic Colors of #C3285C
Black with #C3285C
Text Example
Text Example
White with #C3285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3285C; }
p { color: rgb(195,40,92); }
H1.HeaderClassName
{
color: #C3285C;
}
.AnyTagClassName
{
color: #C3285C;
}
</style>
background-color css
<style>
a { background-color: #C3285C; }
a { background-color: rgb(195,40,92); }
div.DivClassName
{
background-color: #C3285C;
}
.BgClassName
{
background-color: #C3285C;
}
</style>
border-color css
<style>
span { border-color: #C3285C; }
span { border-color: rgb(195,40,92); }
td.TdClassName
{
border-color: #C3285C;
}
.TagClassName
{
border-color: #C3285C;
}
</style>