Shades of Dark Coral #C85A4B
Tints of Dark Coral #C85A4B
RGB
CMYK
RGB Variations
Color information
#C85A4B (or 0xC85A4B) is known color: Dark Coral. HEX triplet: C8, 5A and 4B. RGB value is (200,90,75). Sum of RGB (Red+Green+Blue) = 200+90+75=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A4B is #37A5B4. Grayscale: #797979. Windows color (decimal): -3646901 or 4938440. OLE color: 4938440.
HSL color Cylindrical-coordinate representation of color #C85A4B: hue angle of 7.2º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C85A4B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 75 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.22 |
| HSL | 7.2º | 0.53% | 0.54% | - |
| HSV(B) | 7.2º | 0.63% | 0.78% | - |
| XYZ | 28.75 | 20.1 | 9.02 | - |
| YUV | 121.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 75 | 0 | 0.55 | 0.62 | 0.22 | 7.2 | 0.53 | 0.54 |
| Hex | C8 | 5A | 4B | 0 | 37 | 3E | 16 | 7 | 35 | 36 |
| Octal | 310 | 132 | 113 | 0 | 67 | 76 | 26 | 7 | 65 | 66 |
| Binary | 11001000 | 1011010 | 1001011 | 0 | 110111 | 111110 | 10110 | 111 | 110101 | 110110 |
Color Harmonies of #C85A4B
Complementary color
Monochromatic Colors of #C85A4B
Black with #C85A4B
Text Example
Text Example
White with #C85A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A4B; }
p { color: rgb(200,90,75); }
H1.HeaderClassName
{
color: #C85A4B;
}
.AnyTagClassName
{
color: #C85A4B;
}
</style>
background-color css
<style>
a { background-color: #C85A4B; }
a { background-color: rgb(200,90,75); }
div.DivClassName
{
background-color: #C85A4B;
}
.BgClassName
{
background-color: #C85A4B;
}
</style>
border-color css
<style>
span { border-color: #C85A4B; }
span { border-color: rgb(200,90,75); }
td.TdClassName
{
border-color: #C85A4B;
}
.TagClassName
{
border-color: #C85A4B;
}
</style>