Shades of Old Rose #C7305B
Tints of Old Rose #C7305B
RGB
CMYK
RGB Variations
Color information
#C7305B (or 0xC7305B) is known color: Old Rose. HEX triplet: C7, 30 and 5B. RGB value is (199,48,91). Sum of RGB (Red+Green+Blue) = 199+48+91=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7305B is #38CFA4. Grayscale: #626262. Windows color (decimal): -3723173 or 5976263. OLE color: 5976263.
HSL color Cylindrical-coordinate representation of color #C7305B: hue angle of 342.91º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7305B is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 91 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.22 |
| HSL | 342.91º | 0.61% | 0.48% | - |
| HSV(B) | 342.91º | 0.76% | 0.78% | - |
| XYZ | 26.5 | 15.01 | 11.4 | - |
| YUV | 98.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 91 | 0 | 0.76 | 0.54 | 0.22 | 342.91 | 0.61 | 0.48 |
| Hex | C7 | 30 | 5B | 0 | 4C | 36 | 16 | 157 | 3D | 30 |
| Octal | 307 | 60 | 133 | 0 | 114 | 66 | 26 | 527 | 75 | 60 |
| Binary | 11000111 | 110000 | 1011011 | 0 | 1001100 | 110110 | 10110 | 101010111 | 111101 | 110000 |
Color Harmonies of #C7305B
Complementary color
Monochromatic Colors of #C7305B
Black with #C7305B
Text Example
Text Example
White with #C7305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7305B; }
p { color: rgb(199,48,91); }
H1.HeaderClassName
{
color: #C7305B;
}
.AnyTagClassName
{
color: #C7305B;
}
</style>
background-color css
<style>
a { background-color: #C7305B; }
a { background-color: rgb(199,48,91); }
div.DivClassName
{
background-color: #C7305B;
}
.BgClassName
{
background-color: #C7305B;
}
</style>
border-color css
<style>
span { border-color: #C7305B; }
span { border-color: rgb(199,48,91); }
td.TdClassName
{
border-color: #C7305B;
}
.TagClassName
{
border-color: #C7305B;
}
</style>