Shades of Old Rose #C92652
Tints of Old Rose #C92652
RGB
CMYK
RGB Variations
Color information
#C92652 (or 0xC92652) is known color: Old Rose. HEX triplet: C9, 26 and 52. RGB value is (201,38,82). Sum of RGB (Red+Green+Blue) = 201+38+82=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C92652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92652 is #36D9AD. Grayscale: #5B5B5B. Windows color (decimal): -3594670 or 5383881. OLE color: 5383881.
HSL color Cylindrical-coordinate representation of color #C92652: hue angle of 343.8º 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 #C92652 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 82 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.21 |
| HSL | 343.8º | 0.68% | 0.47% | - |
| HSV(B) | 343.8º | 0.81% | 0.79% | - |
| XYZ | 26.3 | 14.41 | 9.38 | - |
| YUV | 91.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 82 | 0 | 0.81 | 0.59 | 0.21 | 343.8 | 0.68 | 0.47 |
| Hex | C9 | 26 | 52 | 0 | 51 | 3B | 15 | 158 | 44 | 2F |
| Octal | 311 | 46 | 122 | 0 | 121 | 73 | 25 | 530 | 104 | 57 |
| Binary | 11001001 | 100110 | 1010010 | 0 | 1010001 | 111011 | 10101 | 101011000 | 1000100 | 101111 |
Color Harmonies of #C92652
Complementary color
Monochromatic Colors of #C92652
Black with #C92652
Text Example
Text Example
White with #C92652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92652; }
p { color: rgb(201,38,82); }
H1.HeaderClassName
{
color: #C92652;
}
.AnyTagClassName
{
color: #C92652;
}
</style>
background-color css
<style>
a { background-color: #C92652; }
a { background-color: rgb(201,38,82); }
div.DivClassName
{
background-color: #C92652;
}
.BgClassName
{
background-color: #C92652;
}
</style>
border-color css
<style>
span { border-color: #C92652; }
span { border-color: rgb(201,38,82); }
td.TdClassName
{
border-color: #C92652;
}
.TagClassName
{
border-color: #C92652;
}
</style>