Shades of Old Rose #C3285E
Tints of Old Rose #C3285E
RGB
CMYK
RGB Variations
Color information
#C3285E (or 0xC3285E) is known color: Old Rose. HEX triplet: C3, 28 and 5E. RGB value is (195,40,94). Sum of RGB (Red+Green+Blue) = 195+40+94=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3285E is #3CD7A1. Grayscale: #5C5C5C. Windows color (decimal): -3987362 or 6170819. OLE color: 6170819.
HSL color Cylindrical-coordinate representation of color #C3285E: hue angle of 339.1º 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 #C3285E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 94 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.24 |
| HSL | 339.1º | 0.66% | 0.46% | - |
| HSV(B) | 339.1º | 0.79% | 0.76% | - |
| XYZ | 25.28 | 13.93 | 11.95 | - |
| YUV | 92.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 94 | 0 | 0.79 | 0.52 | 0.24 | 339.1 | 0.66 | 0.46 |
| Hex | C3 | 28 | 5E | 0 | 4F | 34 | 18 | 153 | 42 | 2E |
| Octal | 303 | 50 | 136 | 0 | 117 | 64 | 30 | 523 | 102 | 56 |
| Binary | 11000011 | 101000 | 1011110 | 0 | 1001111 | 110100 | 11000 | 101010011 | 1000010 | 101110 |
Color Harmonies of #C3285E
Complementary color
Monochromatic Colors of #C3285E
Black with #C3285E
Text Example
Text Example
White with #C3285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3285E; }
p { color: rgb(195,40,94); }
H1.HeaderClassName
{
color: #C3285E;
}
.AnyTagClassName
{
color: #C3285E;
}
</style>
background-color css
<style>
a { background-color: #C3285E; }
a { background-color: rgb(195,40,94); }
div.DivClassName
{
background-color: #C3285E;
}
.BgClassName
{
background-color: #C3285E;
}
</style>
border-color css
<style>
span { border-color: #C3285E; }
span { border-color: rgb(195,40,94); }
td.TdClassName
{
border-color: #C3285E;
}
.TagClassName
{
border-color: #C3285E;
}
</style>