Shades of Old Rose #C9264F
Tints of Old Rose #C9264F
RGB
CMYK
RGB Variations
Color information
#C9264F (or 0xC9264F) is known color: Old Rose. HEX triplet: C9, 26 and 4F. RGB value is (201,38,79). Sum of RGB (Red+Green+Blue) = 201+38+79=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9264F is #36D9B0. Grayscale: #5B5B5B. Windows color (decimal): -3594673 or 5187273. OLE color: 5187273.
HSL color Cylindrical-coordinate representation of color #C9264F: hue angle of 344.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9264F is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 79 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.21 |
| HSL | 344.91º | 0.68% | 0.47% | - |
| HSV(B) | 344.91º | 0.81% | 0.79% | - |
| XYZ | 26.19 | 14.37 | 8.79 | - |
| YUV | 91.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 79 | 0 | 0.81 | 0.61 | 0.21 | 344.91 | 0.68 | 0.47 |
| Hex | C9 | 26 | 4F | 0 | 51 | 3D | 15 | 159 | 44 | 2F |
| Octal | 311 | 46 | 117 | 0 | 121 | 75 | 25 | 531 | 104 | 57 |
| Binary | 11001001 | 100110 | 1001111 | 0 | 1010001 | 111101 | 10101 | 101011001 | 1000100 | 101111 |
Color Harmonies of #C9264F
Complementary color
Monochromatic Colors of #C9264F
Black with #C9264F
Text Example
Text Example
White with #C9264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9264F; }
p { color: rgb(201,38,79); }
H1.HeaderClassName
{
color: #C9264F;
}
.AnyTagClassName
{
color: #C9264F;
}
</style>
background-color css
<style>
a { background-color: #C9264F; }
a { background-color: rgb(201,38,79); }
div.DivClassName
{
background-color: #C9264F;
}
.BgClassName
{
background-color: #C9264F;
}
</style>
border-color css
<style>
span { border-color: #C9264F; }
span { border-color: rgb(201,38,79); }
td.TdClassName
{
border-color: #C9264F;
}
.TagClassName
{
border-color: #C9264F;
}
</style>