Shades of Old Rose #C8385B
Tints of Old Rose #C8385B
RGB
CMYK
RGB Variations
Color information
#C8385B (or 0xC8385B) is known color: Old Rose. HEX triplet: C8, 38 and 5B. RGB value is (200,56,91). Sum of RGB (Red+Green+Blue) = 200+56+91=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8385B is #37C7A4. Grayscale: #676767. Windows color (decimal): -3655589 or 5978312. OLE color: 5978312.
HSL color Cylindrical-coordinate representation of color #C8385B: hue angle of 345.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8385B is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 91 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.22 |
| HSL | 345.42º | 0.57% | 0.5% | - |
| HSV(B) | 345.42º | 0.72% | 0.78% | - |
| XYZ | 27.12 | 15.86 | 11.53 | - |
| YUV | 103.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 91 | 0 | 0.72 | 0.54 | 0.22 | 345.42 | 0.57 | 0.5 |
| Hex | C8 | 38 | 5B | 0 | 48 | 36 | 16 | 159 | 39 | 32 |
| Octal | 310 | 70 | 133 | 0 | 110 | 66 | 26 | 531 | 71 | 62 |
| Binary | 11001000 | 111000 | 1011011 | 0 | 1001000 | 110110 | 10110 | 101011001 | 111001 | 110010 |
Color Harmonies of #C8385B
Complementary color
Monochromatic Colors of #C8385B
Black with #C8385B
Text Example
Text Example
White with #C8385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8385B; }
p { color: rgb(200,56,91); }
H1.HeaderClassName
{
color: #C8385B;
}
.AnyTagClassName
{
color: #C8385B;
}
</style>
background-color css
<style>
a { background-color: #C8385B; }
a { background-color: rgb(200,56,91); }
div.DivClassName
{
background-color: #C8385B;
}
.BgClassName
{
background-color: #C8385B;
}
</style>
border-color css
<style>
span { border-color: #C8385B; }
span { border-color: rgb(200,56,91); }
td.TdClassName
{
border-color: #C8385B;
}
.TagClassName
{
border-color: #C8385B;
}
</style>