Shades of Dark Coral #C8533E
Tints of Dark Coral #C8533E
RGB
CMYK
RGB Variations
Color information
#C8533E (or 0xC8533E) is known color: Dark Coral. HEX triplet: C8, 53 and 3E. RGB value is (200,83,62). Sum of RGB (Red+Green+Blue) = 200+83+62=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8533E is #37ACC1. Grayscale: #737373. Windows color (decimal): -3648706 or 4084680. OLE color: 4084680.
HSL color Cylindrical-coordinate representation of color #C8533E: hue angle of 9.13º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8533E is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 62 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.22 |
| HSL | 9.13º | 0.56% | 0.51% | - |
| HSV(B) | 9.13º | 0.69% | 0.78% | - |
| XYZ | 27.78 | 18.81 | 6.72 | - |
| YUV | 115.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 62 | 0 | 0.58 | 0.69 | 0.22 | 9.13 | 0.56 | 0.51 |
| Hex | C8 | 53 | 3E | 0 | 3A | 45 | 16 | 9 | 38 | 33 |
| Octal | 310 | 123 | 76 | 0 | 72 | 105 | 26 | 11 | 70 | 63 |
| Binary | 11001000 | 1010011 | 111110 | 0 | 111010 | 1000101 | 10110 | 1001 | 111000 | 110011 |
Color Harmonies of #C8533E
Complementary color
Monochromatic Colors of #C8533E
Black with #C8533E
Text Example
Text Example
White with #C8533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8533E; }
p { color: rgb(200,83,62); }
H1.HeaderClassName
{
color: #C8533E;
}
.AnyTagClassName
{
color: #C8533E;
}
</style>
background-color css
<style>
a { background-color: #C8533E; }
a { background-color: rgb(200,83,62); }
div.DivClassName
{
background-color: #C8533E;
}
.BgClassName
{
background-color: #C8533E;
}
</style>
border-color css
<style>
span { border-color: #C8533E; }
span { border-color: rgb(200,83,62); }
td.TdClassName
{
border-color: #C8533E;
}
.TagClassName
{
border-color: #C8533E;
}
</style>