Shades of Dark Coral #CB5747
Tints of Dark Coral #CB5747
RGB
CMYK
RGB Variations
Color information
#CB5747 (or 0xCB5747) is known color: Dark Coral. HEX triplet: CB, 57 and 47. RGB value is (203,87,71). Sum of RGB (Red+Green+Blue) = 203+87+71=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5747 is #34A8B8. Grayscale: #787878. Windows color (decimal): -3451065 or 4675531. OLE color: 4675531.
HSL color Cylindrical-coordinate representation of color #CB5747: hue angle of 7.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB5747 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 71 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.20 |
| HSL | 7.27º | 0.56% | 0.54% | - |
| HSV(B) | 7.27º | 0.65% | 0.8% | - |
| XYZ | 29.17 | 19.97 | 8.28 | - |
| YUV | 119.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 71 | 0 | 0.57 | 0.65 | 0.20 | 7.27 | 0.56 | 0.54 |
| Hex | CB | 57 | 47 | 0 | 39 | 41 | 14 | 7 | 38 | 36 |
| Octal | 313 | 127 | 107 | 0 | 71 | 101 | 24 | 7 | 70 | 66 |
| Binary | 11001011 | 1010111 | 1000111 | 0 | 111001 | 1000001 | 10100 | 111 | 111000 | 110110 |
Color Harmonies of #CB5747
Complementary color
Monochromatic Colors of #CB5747
Black with #CB5747
Text Example
Text Example
White with #CB5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5747; }
p { color: rgb(203,87,71); }
H1.HeaderClassName
{
color: #CB5747;
}
.AnyTagClassName
{
color: #CB5747;
}
</style>
background-color css
<style>
a { background-color: #CB5747; }
a { background-color: rgb(203,87,71); }
div.DivClassName
{
background-color: #CB5747;
}
.BgClassName
{
background-color: #CB5747;
}
</style>
border-color css
<style>
span { border-color: #CB5747; }
span { border-color: rgb(203,87,71); }
td.TdClassName
{
border-color: #CB5747;
}
.TagClassName
{
border-color: #CB5747;
}
</style>