Shades of Old Rose #C2305F
Tints of Old Rose #C2305F
RGB
CMYK
RGB Variations
Color information
#C2305F (or 0xC2305F) is known color: Old Rose. HEX triplet: C2, 30 and 5F. RGB value is (194,48,95). Sum of RGB (Red+Green+Blue) = 194+48+95=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2305F is #3DCFA0. Grayscale: #606060. Windows color (decimal): -4050849 or 6238402. OLE color: 6238402.
HSL color Cylindrical-coordinate representation of color #C2305F: hue angle of 340.68º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2305F is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 95 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.24 |
| HSL | 340.68º | 0.6% | 0.47% | - |
| HSV(B) | 340.68º | 0.75% | 0.76% | - |
| XYZ | 25.37 | 14.41 | 12.27 | - |
| YUV | 97.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 95 | 0 | 0.75 | 0.51 | 0.24 | 340.68 | 0.6 | 0.47 |
| Hex | C2 | 30 | 5F | 0 | 4B | 33 | 18 | 155 | 3C | 2F |
| Octal | 302 | 60 | 137 | 0 | 113 | 63 | 30 | 525 | 74 | 57 |
| Binary | 11000010 | 110000 | 1011111 | 0 | 1001011 | 110011 | 11000 | 101010101 | 111100 | 101111 |
Color Harmonies of #C2305F
Complementary color
Monochromatic Colors of #C2305F
Black with #C2305F
Text Example
Text Example
White with #C2305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2305F; }
p { color: rgb(194,48,95); }
H1.HeaderClassName
{
color: #C2305F;
}
.AnyTagClassName
{
color: #C2305F;
}
</style>
background-color css
<style>
a { background-color: #C2305F; }
a { background-color: rgb(194,48,95); }
div.DivClassName
{
background-color: #C2305F;
}
.BgClassName
{
background-color: #C2305F;
}
</style>
border-color css
<style>
span { border-color: #C2305F; }
span { border-color: rgb(194,48,95); }
td.TdClassName
{
border-color: #C2305F;
}
.TagClassName
{
border-color: #C2305F;
}
</style>