Shades of Old Rose #C82659
Tints of Old Rose #C82659
RGB
CMYK
RGB Variations
Color information
#C82659 (or 0xC82659) is known color: Old Rose. HEX triplet: C8, 26 and 59. RGB value is (200,38,89). Sum of RGB (Red+Green+Blue) = 200+38+89=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C82659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82659 is #37D9A6. Grayscale: #5C5C5C. Windows color (decimal): -3660199 or 5842632. OLE color: 5842632.
HSL color Cylindrical-coordinate representation of color #C82659: hue angle of 341.11º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82659 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 89 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.22 |
| HSL | 341.11º | 0.68% | 0.47% | - |
| HSV(B) | 341.11º | 0.81% | 0.78% | - |
| XYZ | 26.32 | 14.39 | 10.84 | - |
| YUV | 92.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 89 | 0 | 0.81 | 0.56 | 0.22 | 341.11 | 0.68 | 0.47 |
| Hex | C8 | 26 | 59 | 0 | 51 | 38 | 16 | 155 | 44 | 2F |
| Octal | 310 | 46 | 131 | 0 | 121 | 70 | 26 | 525 | 104 | 57 |
| Binary | 11001000 | 100110 | 1011001 | 0 | 1010001 | 111000 | 10110 | 101010101 | 1000100 | 101111 |
Color Harmonies of #C82659
Complementary color
Monochromatic Colors of #C82659
Black with #C82659
Text Example
Text Example
White with #C82659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82659; }
p { color: rgb(200,38,89); }
H1.HeaderClassName
{
color: #C82659;
}
.AnyTagClassName
{
color: #C82659;
}
</style>
background-color css
<style>
a { background-color: #C82659; }
a { background-color: rgb(200,38,89); }
div.DivClassName
{
background-color: #C82659;
}
.BgClassName
{
background-color: #C82659;
}
</style>
border-color css
<style>
span { border-color: #C82659; }
span { border-color: rgb(200,38,89); }
td.TdClassName
{
border-color: #C82659;
}
.TagClassName
{
border-color: #C82659;
}
</style>