Shades of Dark Coral #C96448
Tints of Dark Coral #C96448
RGB
CMYK
RGB Variations
Color information
#C96448 (or 0xC96448) is known color: Dark Coral. HEX triplet: C9, 64 and 48. RGB value is (201,100,72). Sum of RGB (Red+Green+Blue) = 201+100+72=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C96448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96448 is #369BB7. Grayscale: #7F7F7F. Windows color (decimal): -3578808 or 4744393. OLE color: 4744393.
HSL color Cylindrical-coordinate representation of color #C96448: hue angle of 13.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C96448 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 72 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.21 |
| HSL | 13.02º | 0.54% | 0.54% | - |
| HSV(B) | 13.02º | 0.64% | 0.79% | - |
| XYZ | 29.81 | 22 | 8.81 | - |
| YUV | 127.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 72 | 0 | 0.50 | 0.64 | 0.21 | 13.02 | 0.54 | 0.54 |
| Hex | C9 | 64 | 48 | 0 | 32 | 40 | 15 | D | 36 | 36 |
| Octal | 311 | 144 | 110 | 0 | 62 | 100 | 25 | 15 | 66 | 66 |
| Binary | 11001001 | 1100100 | 1001000 | 0 | 110010 | 1000000 | 10101 | 1101 | 110110 | 110110 |
Color Harmonies of #C96448
Complementary color
Monochromatic Colors of #C96448
Black with #C96448
Text Example
Text Example
White with #C96448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96448; }
p { color: rgb(201,100,72); }
H1.HeaderClassName
{
color: #C96448;
}
.AnyTagClassName
{
color: #C96448;
}
</style>
background-color css
<style>
a { background-color: #C96448; }
a { background-color: rgb(201,100,72); }
div.DivClassName
{
background-color: #C96448;
}
.BgClassName
{
background-color: #C96448;
}
</style>
border-color css
<style>
span { border-color: #C96448; }
span { border-color: rgb(201,100,72); }
td.TdClassName
{
border-color: #C96448;
}
.TagClassName
{
border-color: #C96448;
}
</style>