Shades of Old Rose #C8354C
Tints of Old Rose #C8354C
RGB
CMYK
RGB Variations
Color information
#C8354C (or 0xC8354C) is known color: Old Rose. HEX triplet: C8, 35 and 4C. RGB value is (200,53,76). Sum of RGB (Red+Green+Blue) = 200+53+76=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8354C is #37CAB3. Grayscale: #636363. Windows color (decimal): -3656372 or 4994504. OLE color: 4994504.
HSL color Cylindrical-coordinate representation of color #C8354C: hue angle of 350.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8354C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 76 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.22 |
| HSL | 350.61º | 0.58% | 0.5% | - |
| HSV(B) | 350.61º | 0.74% | 0.78% | - |
| XYZ | 26.4 | 15.35 | 8.41 | - |
| YUV | 99.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 76 | 0 | 0.74 | 0.62 | 0.22 | 350.61 | 0.58 | 0.5 |
| Hex | C8 | 35 | 4C | 0 | 4A | 3E | 16 | 15F | 3A | 32 |
| Octal | 310 | 65 | 114 | 0 | 112 | 76 | 26 | 537 | 72 | 62 |
| Binary | 11001000 | 110101 | 1001100 | 0 | 1001010 | 111110 | 10110 | 101011111 | 111010 | 110010 |
Color Harmonies of #C8354C
Complementary color
Monochromatic Colors of #C8354C
Black with #C8354C
Text Example
Text Example
White with #C8354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8354C; }
p { color: rgb(200,53,76); }
H1.HeaderClassName
{
color: #C8354C;
}
.AnyTagClassName
{
color: #C8354C;
}
</style>
background-color css
<style>
a { background-color: #C8354C; }
a { background-color: rgb(200,53,76); }
div.DivClassName
{
background-color: #C8354C;
}
.BgClassName
{
background-color: #C8354C;
}
</style>
border-color css
<style>
span { border-color: #C8354C; }
span { border-color: rgb(200,53,76); }
td.TdClassName
{
border-color: #C8354C;
}
.TagClassName
{
border-color: #C8354C;
}
</style>