Shades of Old Rose #C8334D
Tints of Old Rose #C8334D
RGB
CMYK
RGB Variations
Color information
#C8334D (or 0xC8334D) is known color: Old Rose. HEX triplet: C8, 33 and 4D. RGB value is (200,51,77). Sum of RGB (Red+Green+Blue) = 200+51+77=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8334D is #37CCB2. Grayscale: #626262. Windows color (decimal): -3656883 or 5059528. OLE color: 5059528.
HSL color Cylindrical-coordinate representation of color #C8334D: hue angle of 349.53º 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 #C8334D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 77 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.22 |
| HSL | 349.53º | 0.59% | 0.49% | - |
| HSV(B) | 349.53º | 0.75% | 0.78% | - |
| XYZ | 26.34 | 15.18 | 8.56 | - |
| YUV | 98.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 77 | 0 | 0.74 | 0.62 | 0.22 | 349.53 | 0.59 | 0.49 |
| Hex | C8 | 33 | 4D | 0 | 4A | 3E | 16 | 15E | 3B | 31 |
| Octal | 310 | 63 | 115 | 0 | 112 | 76 | 26 | 536 | 73 | 61 |
| Binary | 11001000 | 110011 | 1001101 | 0 | 1001010 | 111110 | 10110 | 101011110 | 111011 | 110001 |
Color Harmonies of #C8334D
Complementary color
Monochromatic Colors of #C8334D
Black with #C8334D
Text Example
Text Example
White with #C8334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8334D; }
p { color: rgb(200,51,77); }
H1.HeaderClassName
{
color: #C8334D;
}
.AnyTagClassName
{
color: #C8334D;
}
</style>
background-color css
<style>
a { background-color: #C8334D; }
a { background-color: rgb(200,51,77); }
div.DivClassName
{
background-color: #C8334D;
}
.BgClassName
{
background-color: #C8334D;
}
</style>
border-color css
<style>
span { border-color: #C8334D; }
span { border-color: rgb(200,51,77); }
td.TdClassName
{
border-color: #C8334D;
}
.TagClassName
{
border-color: #C8334D;
}
</style>