Shades of Dark Coral #C9614B
Tints of Dark Coral #C9614B
RGB
CMYK
RGB Variations
Color information
#C9614B (or 0xC9614B) is known color: Dark Coral. HEX triplet: C9, 61 and 4B. RGB value is (201,97,75). Sum of RGB (Red+Green+Blue) = 201+97+75=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9614B is #369EB4. Grayscale: #7D7D7D. Windows color (decimal): -3579573 or 4940233. OLE color: 4940233.
HSL color Cylindrical-coordinate representation of color #C9614B: hue angle of 10.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9614B is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 75 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.21 |
| HSL | 10.48º | 0.54% | 0.54% | - |
| HSV(B) | 10.48º | 0.63% | 0.79% | - |
| XYZ | 29.63 | 21.47 | 9.24 | - |
| YUV | 125.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 75 | 0 | 0.52 | 0.63 | 0.21 | 10.48 | 0.54 | 0.54 |
| Hex | C9 | 61 | 4B | 0 | 34 | 3F | 15 | A | 36 | 36 |
| Octal | 311 | 141 | 113 | 0 | 64 | 77 | 25 | 12 | 66 | 66 |
| Binary | 11001001 | 1100001 | 1001011 | 0 | 110100 | 111111 | 10101 | 1010 | 110110 | 110110 |
Color Harmonies of #C9614B
Complementary color
Monochromatic Colors of #C9614B
Black with #C9614B
Text Example
Text Example
White with #C9614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9614B; }
p { color: rgb(201,97,75); }
H1.HeaderClassName
{
color: #C9614B;
}
.AnyTagClassName
{
color: #C9614B;
}
</style>
background-color css
<style>
a { background-color: #C9614B; }
a { background-color: rgb(201,97,75); }
div.DivClassName
{
background-color: #C9614B;
}
.BgClassName
{
background-color: #C9614B;
}
</style>
border-color css
<style>
span { border-color: #C9614B; }
span { border-color: rgb(201,97,75); }
td.TdClassName
{
border-color: #C9614B;
}
.TagClassName
{
border-color: #C9614B;
}
</style>