Shades of Old Rose #C8374C
Tints of Old Rose #C8374C
RGB
CMYK
RGB Variations
Color information
#C8374C (or 0xC8374C) is known color: Old Rose. HEX triplet: C8, 37 and 4C. RGB value is (200,55,76). Sum of RGB (Red+Green+Blue) = 200+55+76=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8374C is #37C8B3. Grayscale: #646464. Windows color (decimal): -3655860 or 4995016. OLE color: 4995016.
HSL color Cylindrical-coordinate representation of color #C8374C: hue angle of 351.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8374C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 76 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.22 |
| HSL | 351.31º | 0.57% | 0.5% | - |
| HSV(B) | 351.31º | 0.73% | 0.78% | - |
| XYZ | 26.49 | 15.53 | 8.44 | - |
| YUV | 100.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 76 | 0 | 0.72 | 0.62 | 0.22 | 351.31 | 0.57 | 0.5 |
| Hex | C8 | 37 | 4C | 0 | 48 | 3E | 16 | 15F | 39 | 32 |
| Octal | 310 | 67 | 114 | 0 | 110 | 76 | 26 | 537 | 71 | 62 |
| Binary | 11001000 | 110111 | 1001100 | 0 | 1001000 | 111110 | 10110 | 101011111 | 111001 | 110010 |
Color Harmonies of #C8374C
Complementary color
Monochromatic Colors of #C8374C
Black with #C8374C
Text Example
Text Example
White with #C8374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8374C; }
p { color: rgb(200,55,76); }
H1.HeaderClassName
{
color: #C8374C;
}
.AnyTagClassName
{
color: #C8374C;
}
</style>
background-color css
<style>
a { background-color: #C8374C; }
a { background-color: rgb(200,55,76); }
div.DivClassName
{
background-color: #C8374C;
}
.BgClassName
{
background-color: #C8374C;
}
</style>
border-color css
<style>
span { border-color: #C8374C; }
span { border-color: rgb(200,55,76); }
td.TdClassName
{
border-color: #C8374C;
}
.TagClassName
{
border-color: #C8374C;
}
</style>