Shades of Old Rose #C8344C
Tints of Old Rose #C8344C
RGB
CMYK
RGB Variations
Color information
#C8344C (or 0xC8344C) is known color: Old Rose. HEX triplet: C8, 34 and 4C. RGB value is (200,52,76). Sum of RGB (Red+Green+Blue) = 200+52+76=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8344C is #37CBB3. Grayscale: #636363. Windows color (decimal): -3656628 or 4994248. OLE color: 4994248.
HSL color Cylindrical-coordinate representation of color #C8344C: hue angle of 350.27º 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 #C8344C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 76 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.22 |
| HSL | 350.27º | 0.59% | 0.49% | - |
| HSV(B) | 350.27º | 0.74% | 0.78% | - |
| XYZ | 26.35 | 15.26 | 8.39 | - |
| YUV | 98.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 76 | 0 | 0.74 | 0.62 | 0.22 | 350.27 | 0.59 | 0.49 |
| Hex | C8 | 34 | 4C | 0 | 4A | 3E | 16 | 15E | 3B | 31 |
| Octal | 310 | 64 | 114 | 0 | 112 | 76 | 26 | 536 | 73 | 61 |
| Binary | 11001000 | 110100 | 1001100 | 0 | 1001010 | 111110 | 10110 | 101011110 | 111011 | 110001 |
Color Harmonies of #C8344C
Complementary color
Monochromatic Colors of #C8344C
Black with #C8344C
Text Example
Text Example
White with #C8344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8344C; }
p { color: rgb(200,52,76); }
H1.HeaderClassName
{
color: #C8344C;
}
.AnyTagClassName
{
color: #C8344C;
}
</style>
background-color css
<style>
a { background-color: #C8344C; }
a { background-color: rgb(200,52,76); }
div.DivClassName
{
background-color: #C8344C;
}
.BgClassName
{
background-color: #C8344C;
}
</style>
border-color css
<style>
span { border-color: #C8344C; }
span { border-color: rgb(200,52,76); }
td.TdClassName
{
border-color: #C8344C;
}
.TagClassName
{
border-color: #C8344C;
}
</style>