Shades of Old Rose #C8274F
Tints of Old Rose #C8274F
RGB
CMYK
RGB Variations
Color information
#C8274F (or 0xC8274F) is known color: Old Rose. HEX triplet: C8, 27 and 4F. RGB value is (200,39,79). Sum of RGB (Red+Green+Blue) = 200+39+79=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C8274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8274F is #37D8B0. Grayscale: #5B5B5B. Windows color (decimal): -3659953 or 5187528. OLE color: 5187528.
HSL color Cylindrical-coordinate representation of color #C8274F: hue angle of 345.09º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8274F is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 79 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.22 |
| HSL | 345.09º | 0.67% | 0.47% | - |
| HSV(B) | 345.09º | 0.81% | 0.78% | - |
| XYZ | 25.96 | 14.29 | 8.79 | - |
| YUV | 91.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 79 | 0 | 0.80 | 0.60 | 0.22 | 345.09 | 0.67 | 0.47 |
| Hex | C8 | 27 | 4F | 0 | 50 | 3C | 16 | 159 | 43 | 2F |
| Octal | 310 | 47 | 117 | 0 | 120 | 74 | 26 | 531 | 103 | 57 |
| Binary | 11001000 | 100111 | 1001111 | 0 | 1010000 | 111100 | 10110 | 101011001 | 1000011 | 101111 |
Color Harmonies of #C8274F
Complementary color
Monochromatic Colors of #C8274F
Black with #C8274F
Text Example
Text Example
White with #C8274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8274F; }
p { color: rgb(200,39,79); }
H1.HeaderClassName
{
color: #C8274F;
}
.AnyTagClassName
{
color: #C8274F;
}
</style>
background-color css
<style>
a { background-color: #C8274F; }
a { background-color: rgb(200,39,79); }
div.DivClassName
{
background-color: #C8274F;
}
.BgClassName
{
background-color: #C8274F;
}
</style>
border-color css
<style>
span { border-color: #C8274F; }
span { border-color: rgb(200,39,79); }
td.TdClassName
{
border-color: #C8274F;
}
.TagClassName
{
border-color: #C8274F;
}
</style>