Shades of Dark Coral #C8634B
Tints of Dark Coral #C8634B
RGB
CMYK
RGB Variations
Color information
#C8634B (or 0xC8634B) is known color: Dark Coral. HEX triplet: C8, 63 and 4B. RGB value is (200,99,75). Sum of RGB (Red+Green+Blue) = 200+99+75=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8634B is #379CB4. Grayscale: #7E7E7E. Windows color (decimal): -3644597 or 4940744. OLE color: 4940744.
HSL color Cylindrical-coordinate representation of color #C8634B: hue angle of 11.52º 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 #C8634B is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 75 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.22 |
| HSL | 11.52º | 0.53% | 0.54% | - |
| HSV(B) | 11.52º | 0.63% | 0.78% | - |
| XYZ | 29.55 | 21.71 | 9.29 | - |
| YUV | 126.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 75 | 0 | 0.50 | 0.62 | 0.22 | 11.52 | 0.53 | 0.54 |
| Hex | C8 | 63 | 4B | 0 | 32 | 3E | 16 | C | 35 | 36 |
| Octal | 310 | 143 | 113 | 0 | 62 | 76 | 26 | 14 | 65 | 66 |
| Binary | 11001000 | 1100011 | 1001011 | 0 | 110010 | 111110 | 10110 | 1100 | 110101 | 110110 |
Color Harmonies of #C8634B
Complementary color
Monochromatic Colors of #C8634B
Black with #C8634B
Text Example
Text Example
White with #C8634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8634B; }
p { color: rgb(200,99,75); }
H1.HeaderClassName
{
color: #C8634B;
}
.AnyTagClassName
{
color: #C8634B;
}
</style>
background-color css
<style>
a { background-color: #C8634B; }
a { background-color: rgb(200,99,75); }
div.DivClassName
{
background-color: #C8634B;
}
.BgClassName
{
background-color: #C8634B;
}
</style>
border-color css
<style>
span { border-color: #C8634B; }
span { border-color: rgb(200,99,75); }
td.TdClassName
{
border-color: #C8634B;
}
.TagClassName
{
border-color: #C8634B;
}
</style>