Shades of Old Rose #C8325B
Tints of Old Rose #C8325B
RGB
CMYK
RGB Variations
Color information
#C8325B (or 0xC8325B) is known color: Old Rose. HEX triplet: C8, 32 and 5B. RGB value is (200,50,91). Sum of RGB (Red+Green+Blue) = 200+50+91=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8325B is #37CDA4. Grayscale: #636363. Windows color (decimal): -3657125 or 5976776. OLE color: 5976776.
HSL color Cylindrical-coordinate representation of color #C8325B: hue angle of 343.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8325B is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 91 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.22 |
| HSL | 343.6º | 0.6% | 0.49% | - |
| HSV(B) | 343.6º | 0.75% | 0.78% | - |
| XYZ | 26.85 | 15.32 | 11.44 | - |
| YUV | 99.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 91 | 0 | 0.75 | 0.54 | 0.22 | 343.6 | 0.6 | 0.49 |
| Hex | C8 | 32 | 5B | 0 | 4B | 36 | 16 | 158 | 3C | 31 |
| Octal | 310 | 62 | 133 | 0 | 113 | 66 | 26 | 530 | 74 | 61 |
| Binary | 11001000 | 110010 | 1011011 | 0 | 1001011 | 110110 | 10110 | 101011000 | 111100 | 110001 |
Color Harmonies of #C8325B
Complementary color
Monochromatic Colors of #C8325B
Black with #C8325B
Text Example
Text Example
White with #C8325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8325B; }
p { color: rgb(200,50,91); }
H1.HeaderClassName
{
color: #C8325B;
}
.AnyTagClassName
{
color: #C8325B;
}
</style>
background-color css
<style>
a { background-color: #C8325B; }
a { background-color: rgb(200,50,91); }
div.DivClassName
{
background-color: #C8325B;
}
.BgClassName
{
background-color: #C8325B;
}
</style>
border-color css
<style>
span { border-color: #C8325B; }
span { border-color: rgb(200,50,91); }
td.TdClassName
{
border-color: #C8325B;
}
.TagClassName
{
border-color: #C8325B;
}
</style>