Shades of Old Rose #C8345B
Tints of Old Rose #C8345B
RGB
CMYK
RGB Variations
Color information
#C8345B (or 0xC8345B) is known color: Old Rose. HEX triplet: C8, 34 and 5B. RGB value is (200,52,91). Sum of RGB (Red+Green+Blue) = 200+52+91=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8345B is #37CBA4. Grayscale: #646464. Windows color (decimal): -3656613 or 5977288. OLE color: 5977288.
HSL color Cylindrical-coordinate representation of color #C8345B: hue angle of 344.19º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8345B is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 91 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.22 |
| HSL | 344.19º | 0.59% | 0.49% | - |
| HSV(B) | 344.19º | 0.74% | 0.78% | - |
| XYZ | 26.94 | 15.49 | 11.47 | - |
| YUV | 100.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 91 | 0 | 0.74 | 0.54 | 0.22 | 344.19 | 0.59 | 0.49 |
| Hex | C8 | 34 | 5B | 0 | 4A | 36 | 16 | 158 | 3B | 31 |
| Octal | 310 | 64 | 133 | 0 | 112 | 66 | 26 | 530 | 73 | 61 |
| Binary | 11001000 | 110100 | 1011011 | 0 | 1001010 | 110110 | 10110 | 101011000 | 111011 | 110001 |
Color Harmonies of #C8345B
Complementary color
Monochromatic Colors of #C8345B
Black with #C8345B
Text Example
Text Example
White with #C8345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8345B; }
p { color: rgb(200,52,91); }
H1.HeaderClassName
{
color: #C8345B;
}
.AnyTagClassName
{
color: #C8345B;
}
</style>
background-color css
<style>
a { background-color: #C8345B; }
a { background-color: rgb(200,52,91); }
div.DivClassName
{
background-color: #C8345B;
}
.BgClassName
{
background-color: #C8345B;
}
</style>
border-color css
<style>
span { border-color: #C8345B; }
span { border-color: rgb(200,52,91); }
td.TdClassName
{
border-color: #C8345B;
}
.TagClassName
{
border-color: #C8345B;
}
</style>