Shades of Old Rose #C82950
Tints of Old Rose #C82950
RGB
CMYK
RGB Variations
Color information
#C82950 (or 0xC82950) is known color: Old Rose. HEX triplet: C8, 29 and 50. RGB value is (200,41,80). Sum of RGB (Red+Green+Blue) = 200+41+80=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C82950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82950 is #37D6AF. Grayscale: #5C5C5C. Windows color (decimal): -3659440 or 5253576. OLE color: 5253576.
HSL color Cylindrical-coordinate representation of color #C82950: hue angle of 345.28º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82950 is Cyan = 0, Magento = 0.80, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 80 | - |
| CMYK | 0 | 0.80 | 0.6 | 0.22 |
| HSL | 345.28º | 0.66% | 0.47% | - |
| HSV(B) | 345.28º | 0.8% | 0.78% | - |
| XYZ | 26.06 | 14.44 | 9 | - |
| YUV | 92.99 | 120.68 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 80 | 0 | 0.80 | 0.6 | 0.22 | 345.28 | 0.66 | 0.47 |
| Hex | C8 | 29 | 50 | 0 | 50 | 3C | 16 | 159 | 42 | 2F |
| Octal | 310 | 51 | 120 | 0 | 120 | 74 | 26 | 531 | 102 | 57 |
| Binary | 11001000 | 101001 | 1010000 | 0 | 1010000 | 111100 | 10110 | 101011001 | 1000010 | 101111 |
Color Harmonies of #C82950
Complementary color
Monochromatic Colors of #C82950
Black with #C82950
Text Example
Text Example
White with #C82950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82950; }
p { color: rgb(200,41,80); }
H1.HeaderClassName
{
color: #C82950;
}
.AnyTagClassName
{
color: #C82950;
}
</style>
background-color css
<style>
a { background-color: #C82950; }
a { background-color: rgb(200,41,80); }
div.DivClassName
{
background-color: #C82950;
}
.BgClassName
{
background-color: #C82950;
}
</style>
border-color css
<style>
span { border-color: #C82950; }
span { border-color: rgb(200,41,80); }
td.TdClassName
{
border-color: #C82950;
}
.TagClassName
{
border-color: #C82950;
}
</style>