Shades of Dark Coral #CB543F
Tints of Dark Coral #CB543F
RGB
CMYK
RGB Variations
Color information
#CB543F (or 0xCB543F) is known color: Dark Coral. HEX triplet: CB, 54 and 3F. RGB value is (203,84,63). Sum of RGB (Red+Green+Blue) = 203+84+63=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB543F is #34ABC0. Grayscale: #757575. Windows color (decimal): -3451841 or 4150475. OLE color: 4150475.
HSL color Cylindrical-coordinate representation of color #CB543F: hue angle of 9º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB543F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 63 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.20 |
| HSL | 9º | 0.57% | 0.52% | - |
| HSV(B) | 9º | 0.69% | 0.8% | - |
| XYZ | 28.7 | 19.4 | 6.93 | - |
| YUV | 117.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 63 | 0 | 0.59 | 0.69 | 0.20 | 9 | 0.57 | 0.52 |
| Hex | CB | 54 | 3F | 0 | 3B | 45 | 14 | 9 | 39 | 34 |
| Octal | 313 | 124 | 77 | 0 | 73 | 105 | 24 | 11 | 71 | 64 |
| Binary | 11001011 | 1010100 | 111111 | 0 | 111011 | 1000101 | 10100 | 1001 | 111001 | 110100 |
Color Harmonies of #CB543F
Complementary color
Monochromatic Colors of #CB543F
Black with #CB543F
Text Example
Text Example
White with #CB543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB543F; }
p { color: rgb(203,84,63); }
H1.HeaderClassName
{
color: #CB543F;
}
.AnyTagClassName
{
color: #CB543F;
}
</style>
background-color css
<style>
a { background-color: #CB543F; }
a { background-color: rgb(203,84,63); }
div.DivClassName
{
background-color: #CB543F;
}
.BgClassName
{
background-color: #CB543F;
}
</style>
border-color css
<style>
span { border-color: #CB543F; }
span { border-color: rgb(203,84,63); }
td.TdClassName
{
border-color: #CB543F;
}
.TagClassName
{
border-color: #CB543F;
}
</style>