Shades of Dark Coral #C9574C
Tints of Dark Coral #C9574C
RGB
CMYK
RGB Variations
Color information
#C9574C (or 0xC9574C) is known color: Dark Coral. HEX triplet: C9, 57 and 4C. RGB value is (201,87,76). Sum of RGB (Red+Green+Blue) = 201+87+76=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9574C is #36A8B3. Grayscale: #777777. Windows color (decimal): -3582132 or 5003209. OLE color: 5003209.
HSL color Cylindrical-coordinate representation of color #C9574C: hue angle of 5.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9574C is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 76 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.21 |
| HSL | 5.28º | 0.54% | 0.54% | - |
| HSV(B) | 5.28º | 0.62% | 0.79% | - |
| XYZ | 28.8 | 19.76 | 9.13 | - |
| YUV | 119.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 76 | 0 | 0.57 | 0.62 | 0.21 | 5.28 | 0.54 | 0.54 |
| Hex | C9 | 57 | 4C | 0 | 39 | 3E | 15 | 5 | 36 | 36 |
| Octal | 311 | 127 | 114 | 0 | 71 | 76 | 25 | 5 | 66 | 66 |
| Binary | 11001001 | 1010111 | 1001100 | 0 | 111001 | 111110 | 10101 | 101 | 110110 | 110110 |
Color Harmonies of #C9574C
Complementary color
Monochromatic Colors of #C9574C
Black with #C9574C
Text Example
Text Example
White with #C9574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9574C; }
p { color: rgb(201,87,76); }
H1.HeaderClassName
{
color: #C9574C;
}
.AnyTagClassName
{
color: #C9574C;
}
</style>
background-color css
<style>
a { background-color: #C9574C; }
a { background-color: rgb(201,87,76); }
div.DivClassName
{
background-color: #C9574C;
}
.BgClassName
{
background-color: #C9574C;
}
</style>
border-color css
<style>
span { border-color: #C9574C; }
span { border-color: rgb(201,87,76); }
td.TdClassName
{
border-color: #C9574C;
}
.TagClassName
{
border-color: #C9574C;
}
</style>