Shades of Dark Coral #C95B4D
Tints of Dark Coral #C95B4D
RGB
CMYK
RGB Variations
Color information
#C95B4D (or 0xC95B4D) is known color: Dark Coral. HEX triplet: C9, 5B and 4D. RGB value is (201,91,77). Sum of RGB (Red+Green+Blue) = 201+91+77=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B4D is #36A4B2. Grayscale: #7A7A7A. Windows color (decimal): -3581107 or 5069769. OLE color: 5069769.
HSL color Cylindrical-coordinate representation of color #C95B4D: hue angle of 6.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95B4D is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 77 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.21 |
| HSL | 6.77º | 0.53% | 0.55% | - |
| HSV(B) | 6.77º | 0.62% | 0.79% | - |
| XYZ | 29.17 | 20.44 | 9.43 | - |
| YUV | 122.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 77 | 0 | 0.55 | 0.62 | 0.21 | 6.77 | 0.53 | 0.55 |
| Hex | C9 | 5B | 4D | 0 | 37 | 3E | 15 | 7 | 35 | 37 |
| Octal | 311 | 133 | 115 | 0 | 67 | 76 | 25 | 7 | 65 | 67 |
| Binary | 11001001 | 1011011 | 1001101 | 0 | 110111 | 111110 | 10101 | 111 | 110101 | 110111 |
Color Harmonies of #C95B4D
Complementary color
Monochromatic Colors of #C95B4D
Black with #C95B4D
Text Example
Text Example
White with #C95B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B4D; }
p { color: rgb(201,91,77); }
H1.HeaderClassName
{
color: #C95B4D;
}
.AnyTagClassName
{
color: #C95B4D;
}
</style>
background-color css
<style>
a { background-color: #C95B4D; }
a { background-color: rgb(201,91,77); }
div.DivClassName
{
background-color: #C95B4D;
}
.BgClassName
{
background-color: #C95B4D;
}
</style>
border-color css
<style>
span { border-color: #C95B4D; }
span { border-color: rgb(201,91,77); }
td.TdClassName
{
border-color: #C95B4D;
}
.TagClassName
{
border-color: #C95B4D;
}
</style>