Shades of Old Rose #C9305A
Tints of Old Rose #C9305A
RGB
CMYK
RGB Variations
Color information
#C9305A (or 0xC9305A) is known color: Old Rose. HEX triplet: C9, 30 and 5A. RGB value is (201,48,90). Sum of RGB (Red+Green+Blue) = 201+48+90=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C9305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9305A is #36CFA5. Grayscale: #626262. Windows color (decimal): -3592102 or 5910729. OLE color: 5910729.
HSL color Cylindrical-coordinate representation of color #C9305A: hue angle of 343.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9305A is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 90 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.21 |
| HSL | 343.53º | 0.61% | 0.49% | - |
| HSV(B) | 343.53º | 0.76% | 0.79% | - |
| XYZ | 26.99 | 15.27 | 11.2 | - |
| YUV | 98.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 90 | 0 | 0.76 | 0.55 | 0.21 | 343.53 | 0.61 | 0.49 |
| Hex | C9 | 30 | 5A | 0 | 4C | 37 | 15 | 158 | 3D | 31 |
| Octal | 311 | 60 | 132 | 0 | 114 | 67 | 25 | 530 | 75 | 61 |
| Binary | 11001001 | 110000 | 1011010 | 0 | 1001100 | 110111 | 10101 | 101011000 | 111101 | 110001 |
Color Harmonies of #C9305A
Complementary color
Monochromatic Colors of #C9305A
Black with #C9305A
Text Example
Text Example
White with #C9305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9305A; }
p { color: rgb(201,48,90); }
H1.HeaderClassName
{
color: #C9305A;
}
.AnyTagClassName
{
color: #C9305A;
}
</style>
background-color css
<style>
a { background-color: #C9305A; }
a { background-color: rgb(201,48,90); }
div.DivClassName
{
background-color: #C9305A;
}
.BgClassName
{
background-color: #C9305A;
}
</style>
border-color css
<style>
span { border-color: #C9305A; }
span { border-color: rgb(201,48,90); }
td.TdClassName
{
border-color: #C9305A;
}
.TagClassName
{
border-color: #C9305A;
}
</style>