Shades of Old Rose #C4285C
Tints of Old Rose #C4285C
RGB
CMYK
RGB Variations
Color information
#C4285C (or 0xC4285C) is known color: Old Rose. HEX triplet: C4, 28 and 5C. RGB value is (196,40,92). Sum of RGB (Red+Green+Blue) = 196+40+92=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4285C is #3BD7A3. Grayscale: #5C5C5C. Windows color (decimal): -3921828 or 6039748. OLE color: 6039748.
HSL color Cylindrical-coordinate representation of color #C4285C: hue angle of 340º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4285C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 92 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.23 |
| HSL | 340º | 0.66% | 0.46% | - |
| HSV(B) | 340º | 0.8% | 0.77% | - |
| XYZ | 25.46 | 14.03 | 11.49 | - |
| YUV | 92.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 92 | 0 | 0.80 | 0.53 | 0.23 | 340 | 0.66 | 0.46 |
| Hex | C4 | 28 | 5C | 0 | 50 | 35 | 17 | 154 | 42 | 2E |
| Octal | 304 | 50 | 134 | 0 | 120 | 65 | 27 | 524 | 102 | 56 |
| Binary | 11000100 | 101000 | 1011100 | 0 | 1010000 | 110101 | 10111 | 101010100 | 1000010 | 101110 |
Color Harmonies of #C4285C
Complementary color
Monochromatic Colors of #C4285C
Black with #C4285C
Text Example
Text Example
White with #C4285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4285C; }
p { color: rgb(196,40,92); }
H1.HeaderClassName
{
color: #C4285C;
}
.AnyTagClassName
{
color: #C4285C;
}
</style>
background-color css
<style>
a { background-color: #C4285C; }
a { background-color: rgb(196,40,92); }
div.DivClassName
{
background-color: #C4285C;
}
.BgClassName
{
background-color: #C4285C;
}
</style>
border-color css
<style>
span { border-color: #C4285C; }
span { border-color: rgb(196,40,92); }
td.TdClassName
{
border-color: #C4285C;
}
.TagClassName
{
border-color: #C4285C;
}
</style>