Shades of Old Rose #C9304B
Tints of Old Rose #C9304B
RGB
CMYK
RGB Variations
Color information
#C9304B (or 0xC9304B) is known color: Old Rose. HEX triplet: C9, 30 and 4B. RGB value is (201,48,75). Sum of RGB (Red+Green+Blue) = 201+48+75=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C9304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9304B is #36CFB4. Grayscale: #606060. Windows color (decimal): -3592117 or 4927689. OLE color: 4927689.
HSL color Cylindrical-coordinate representation of color #C9304B: hue angle of 349.41º 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 #C9304B is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 75 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.21 |
| HSL | 349.41º | 0.61% | 0.49% | - |
| HSV(B) | 349.41º | 0.76% | 0.79% | - |
| XYZ | 26.41 | 15.04 | 8.17 | - |
| YUV | 96.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 75 | 0 | 0.76 | 0.63 | 0.21 | 349.41 | 0.61 | 0.49 |
| Hex | C9 | 30 | 4B | 0 | 4C | 3F | 15 | 15D | 3D | 31 |
| Octal | 311 | 60 | 113 | 0 | 114 | 77 | 25 | 535 | 75 | 61 |
| Binary | 11001001 | 110000 | 1001011 | 0 | 1001100 | 111111 | 10101 | 101011101 | 111101 | 110001 |
Color Harmonies of #C9304B
Complementary color
Monochromatic Colors of #C9304B
Black with #C9304B
Text Example
Text Example
White with #C9304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9304B; }
p { color: rgb(201,48,75); }
H1.HeaderClassName
{
color: #C9304B;
}
.AnyTagClassName
{
color: #C9304B;
}
</style>
background-color css
<style>
a { background-color: #C9304B; }
a { background-color: rgb(201,48,75); }
div.DivClassName
{
background-color: #C9304B;
}
.BgClassName
{
background-color: #C9304B;
}
</style>
border-color css
<style>
span { border-color: #C9304B; }
span { border-color: rgb(201,48,75); }
td.TdClassName
{
border-color: #C9304B;
}
.TagClassName
{
border-color: #C9304B;
}
</style>