Shades of Old Rose #C8335B
Tints of Old Rose #C8335B
RGB
CMYK
RGB Variations
Color information
#C8335B (or 0xC8335B) is known color: Old Rose. HEX triplet: C8, 33 and 5B. RGB value is (200,51,91). Sum of RGB (Red+Green+Blue) = 200+51+91=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8335B is #37CCA4. Grayscale: #646464. Windows color (decimal): -3656869 or 5977032. OLE color: 5977032.
HSL color Cylindrical-coordinate representation of color #C8335B: hue angle of 343.89º degrees, saturation: 0.59, 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 #C8335B is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 91 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.22 |
| HSL | 343.89º | 0.59% | 0.49% | - |
| HSV(B) | 343.89º | 0.75% | 0.78% | - |
| XYZ | 26.89 | 15.4 | 11.45 | - |
| YUV | 100.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 91 | 0 | 0.74 | 0.54 | 0.22 | 343.89 | 0.59 | 0.49 |
| Hex | C8 | 33 | 5B | 0 | 4A | 36 | 16 | 158 | 3B | 31 |
| Octal | 310 | 63 | 133 | 0 | 112 | 66 | 26 | 530 | 73 | 61 |
| Binary | 11001000 | 110011 | 1011011 | 0 | 1001010 | 110110 | 10110 | 101011000 | 111011 | 110001 |
Color Harmonies of #C8335B
Complementary color
Monochromatic Colors of #C8335B
Black with #C8335B
Text Example
Text Example
White with #C8335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8335B; }
p { color: rgb(200,51,91); }
H1.HeaderClassName
{
color: #C8335B;
}
.AnyTagClassName
{
color: #C8335B;
}
</style>
background-color css
<style>
a { background-color: #C8335B; }
a { background-color: rgb(200,51,91); }
div.DivClassName
{
background-color: #C8335B;
}
.BgClassName
{
background-color: #C8335B;
}
</style>
border-color css
<style>
span { border-color: #C8335B; }
span { border-color: rgb(200,51,91); }
td.TdClassName
{
border-color: #C8335B;
}
.TagClassName
{
border-color: #C8335B;
}
</style>