Shades of Old Rose #C9334B
Tints of Old Rose #C9334B
RGB
CMYK
RGB Variations
Color information
#C9334B (or 0xC9334B) is known color: Old Rose. HEX triplet: C9, 33 and 4B. RGB value is (201,51,75). Sum of RGB (Red+Green+Blue) = 201+51+75=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9334B is #36CCB4. Grayscale: #626262. Windows color (decimal): -3591349 or 4928457. OLE color: 4928457.
HSL color Cylindrical-coordinate representation of color #C9334B: hue angle of 350.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9334B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 75 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.21 |
| HSL | 350.4º | 0.6% | 0.49% | - |
| HSV(B) | 350.4º | 0.75% | 0.79% | - |
| XYZ | 26.54 | 15.29 | 8.21 | - |
| YUV | 98.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 75 | 0 | 0.75 | 0.63 | 0.21 | 350.4 | 0.6 | 0.49 |
| Hex | C9 | 33 | 4B | 0 | 4B | 3F | 15 | 15E | 3C | 31 |
| Octal | 311 | 63 | 113 | 0 | 113 | 77 | 25 | 536 | 74 | 61 |
| Binary | 11001001 | 110011 | 1001011 | 0 | 1001011 | 111111 | 10101 | 101011110 | 111100 | 110001 |
Color Harmonies of #C9334B
Complementary color
Monochromatic Colors of #C9334B
Black with #C9334B
Text Example
Text Example
White with #C9334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9334B; }
p { color: rgb(201,51,75); }
H1.HeaderClassName
{
color: #C9334B;
}
.AnyTagClassName
{
color: #C9334B;
}
</style>
background-color css
<style>
a { background-color: #C9334B; }
a { background-color: rgb(201,51,75); }
div.DivClassName
{
background-color: #C9334B;
}
.BgClassName
{
background-color: #C9334B;
}
</style>
border-color css
<style>
span { border-color: #C9334B; }
span { border-color: rgb(201,51,75); }
td.TdClassName
{
border-color: #C9334B;
}
.TagClassName
{
border-color: #C9334B;
}
</style>