Shades of Dark Coral #C8644B
Tints of Dark Coral #C8644B
RGB
CMYK
RGB Variations
Color information
#C8644B (or 0xC8644B) is known color: Dark Coral. HEX triplet: C8, 64 and 4B. RGB value is (200,100,75). Sum of RGB (Red+Green+Blue) = 200+100+75=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8644B is #379BB4. Grayscale: #7F7F7F. Windows color (decimal): -3644341 or 4941000. OLE color: 4941000.
HSL color Cylindrical-coordinate representation of color #C8644B: hue angle of 12º 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 #C8644B is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 75 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.22 |
| HSL | 12º | 0.53% | 0.54% | - |
| HSV(B) | 12º | 0.63% | 0.78% | - |
| XYZ | 29.65 | 21.9 | 9.32 | - |
| YUV | 127.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 75 | 0 | 0.5 | 0.62 | 0.22 | 12 | 0.53 | 0.54 |
| Hex | C8 | 64 | 4B | 0 | 32 | 3E | 16 | C | 35 | 36 |
| Octal | 310 | 144 | 113 | 0 | 62 | 76 | 26 | 14 | 65 | 66 |
| Binary | 11001000 | 1100100 | 1001011 | 0 | 110010 | 111110 | 10110 | 1100 | 110101 | 110110 |
Color Harmonies of #C8644B
Complementary color
Monochromatic Colors of #C8644B
Black with #C8644B
Text Example
Text Example
White with #C8644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8644B; }
p { color: rgb(200,100,75); }
H1.HeaderClassName
{
color: #C8644B;
}
.AnyTagClassName
{
color: #C8644B;
}
</style>
background-color css
<style>
a { background-color: #C8644B; }
a { background-color: rgb(200,100,75); }
div.DivClassName
{
background-color: #C8644B;
}
.BgClassName
{
background-color: #C8644B;
}
</style>
border-color css
<style>
span { border-color: #C8644B; }
span { border-color: rgb(200,100,75); }
td.TdClassName
{
border-color: #C8644B;
}
.TagClassName
{
border-color: #C8644B;
}
</style>