Shades of Old Rose #C82352
Tints of Old Rose #C82352
RGB
CMYK
RGB Variations
Color information
#C82352 (or 0xC82352) is known color: Old Rose. HEX triplet: C8, 23 and 52. RGB value is (200,35,82). Sum of RGB (Red+Green+Blue) = 200+35+82=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C82352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82352 is #37DCAD. Grayscale: #595959. Windows color (decimal): -3660974 or 5383112. OLE color: 5383112.
HSL color Cylindrical-coordinate representation of color #C82352: hue angle of 342.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82352 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 82 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.22 |
| HSL | 342.91º | 0.7% | 0.46% | - |
| HSV(B) | 342.91º | 0.83% | 0.78% | - |
| XYZ | 25.94 | 14.09 | 9.34 | - |
| YUV | 89.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 82 | 0 | 0.82 | 0.59 | 0.22 | 342.91 | 0.7 | 0.46 |
| Hex | C8 | 23 | 52 | 0 | 52 | 3B | 16 | 157 | 46 | 2E |
| Octal | 310 | 43 | 122 | 0 | 122 | 73 | 26 | 527 | 106 | 56 |
| Binary | 11001000 | 100011 | 1010010 | 0 | 1010010 | 111011 | 10110 | 101010111 | 1000110 | 101110 |
Color Harmonies of #C82352
Complementary color
Monochromatic Colors of #C82352
Black with #C82352
Text Example
Text Example
White with #C82352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82352; }
p { color: rgb(200,35,82); }
H1.HeaderClassName
{
color: #C82352;
}
.AnyTagClassName
{
color: #C82352;
}
</style>
background-color css
<style>
a { background-color: #C82352; }
a { background-color: rgb(200,35,82); }
div.DivClassName
{
background-color: #C82352;
}
.BgClassName
{
background-color: #C82352;
}
</style>
border-color css
<style>
span { border-color: #C82352; }
span { border-color: rgb(200,35,82); }
td.TdClassName
{
border-color: #C82352;
}
.TagClassName
{
border-color: #C82352;
}
</style>