Shades of Dark Coral #C95C4C
Tints of Dark Coral #C95C4C
RGB
CMYK
RGB Variations
Color information
#C95C4C (or 0xC95C4C) is known color: Dark Coral. HEX triplet: C9, 5C and 4C. RGB value is (201,92,76). Sum of RGB (Red+Green+Blue) = 201+92+76=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C4C is #36A3B3. Grayscale: #7A7A7A. Windows color (decimal): -3580852 or 5004489. OLE color: 5004489.
HSL color Cylindrical-coordinate representation of color #C95C4C: hue angle of 7.68º 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 #C95C4C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 76 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.21 |
| HSL | 7.68º | 0.54% | 0.54% | - |
| HSV(B) | 7.68º | 0.62% | 0.79% | - |
| XYZ | 29.22 | 20.59 | 9.27 | - |
| YUV | 122.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 76 | 0 | 0.54 | 0.62 | 0.21 | 7.68 | 0.54 | 0.54 |
| Hex | C9 | 5C | 4C | 0 | 36 | 3E | 15 | 8 | 36 | 36 |
| Octal | 311 | 134 | 114 | 0 | 66 | 76 | 25 | 10 | 66 | 66 |
| Binary | 11001001 | 1011100 | 1001100 | 0 | 110110 | 111110 | 10101 | 1000 | 110110 | 110110 |
Color Harmonies of #C95C4C
Complementary color
Monochromatic Colors of #C95C4C
Black with #C95C4C
Text Example
Text Example
White with #C95C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C4C; }
p { color: rgb(201,92,76); }
H1.HeaderClassName
{
color: #C95C4C;
}
.AnyTagClassName
{
color: #C95C4C;
}
</style>
background-color css
<style>
a { background-color: #C95C4C; }
a { background-color: rgb(201,92,76); }
div.DivClassName
{
background-color: #C95C4C;
}
.BgClassName
{
background-color: #C95C4C;
}
</style>
border-color css
<style>
span { border-color: #C95C4C; }
span { border-color: rgb(201,92,76); }
td.TdClassName
{
border-color: #C95C4C;
}
.TagClassName
{
border-color: #C95C4C;
}
</style>