Shades of Dark Coral #C85E44
Tints of Dark Coral #C85E44
RGB
CMYK
RGB Variations
Color information
#C85E44 (or 0xC85E44) is known color: Dark Coral. HEX triplet: C8, 5E and 44. RGB value is (200,94,68). Sum of RGB (Red+Green+Blue) = 200+94+68=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E44 is #37A1BB. Grayscale: #7A7A7A. Windows color (decimal): -3645884 or 4480712. OLE color: 4480712.
HSL color Cylindrical-coordinate representation of color #C85E44: hue angle of 11.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C85E44 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 68 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.22 |
| HSL | 11.82º | 0.55% | 0.53% | - |
| HSV(B) | 11.82º | 0.66% | 0.78% | - |
| XYZ | 28.87 | 20.7 | 7.94 | - |
| YUV | 122.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 68 | 0 | 0.53 | 0.66 | 0.22 | 11.82 | 0.55 | 0.53 |
| Hex | C8 | 5E | 44 | 0 | 35 | 42 | 16 | C | 37 | 35 |
| Octal | 310 | 136 | 104 | 0 | 65 | 102 | 26 | 14 | 67 | 65 |
| Binary | 11001000 | 1011110 | 1000100 | 0 | 110101 | 1000010 | 10110 | 1100 | 110111 | 110101 |
Color Harmonies of #C85E44
Complementary color
Monochromatic Colors of #C85E44
Black with #C85E44
Text Example
Text Example
White with #C85E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E44; }
p { color: rgb(200,94,68); }
H1.HeaderClassName
{
color: #C85E44;
}
.AnyTagClassName
{
color: #C85E44;
}
</style>
background-color css
<style>
a { background-color: #C85E44; }
a { background-color: rgb(200,94,68); }
div.DivClassName
{
background-color: #C85E44;
}
.BgClassName
{
background-color: #C85E44;
}
</style>
border-color css
<style>
span { border-color: #C85E44; }
span { border-color: rgb(200,94,68); }
td.TdClassName
{
border-color: #C85E44;
}
.TagClassName
{
border-color: #C85E44;
}
</style>