Shades of Dark Coral #CB543D
Tints of Dark Coral #CB543D
RGB
CMYK
RGB Variations
Color information
#CB543D (or 0xCB543D) is known color: Dark Coral. HEX triplet: CB, 54 and 3D. RGB value is (203,84,61). Sum of RGB (Red+Green+Blue) = 203+84+61=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB543D is #34ABC2. Grayscale: #757575. Windows color (decimal): -3451843 or 4019403. OLE color: 4019403.
HSL color Cylindrical-coordinate representation of color #CB543D: hue angle of 9.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB543D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 61 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.20 |
| HSL | 9.72º | 0.58% | 0.52% | - |
| HSV(B) | 9.72º | 0.7% | 0.8% | - |
| XYZ | 28.64 | 19.37 | 6.64 | - |
| YUV | 116.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 61 | 0 | 0.59 | 0.70 | 0.20 | 9.72 | 0.58 | 0.52 |
| Hex | CB | 54 | 3D | 0 | 3B | 46 | 14 | A | 3A | 34 |
| Octal | 313 | 124 | 75 | 0 | 73 | 106 | 24 | 12 | 72 | 64 |
| Binary | 11001011 | 1010100 | 111101 | 0 | 111011 | 1000110 | 10100 | 1010 | 111010 | 110100 |
Color Harmonies of #CB543D
Complementary color
Monochromatic Colors of #CB543D
Black with #CB543D
Text Example
Text Example
White with #CB543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB543D; }
p { color: rgb(203,84,61); }
H1.HeaderClassName
{
color: #CB543D;
}
.AnyTagClassName
{
color: #CB543D;
}
</style>
background-color css
<style>
a { background-color: #CB543D; }
a { background-color: rgb(203,84,61); }
div.DivClassName
{
background-color: #CB543D;
}
.BgClassName
{
background-color: #CB543D;
}
</style>
border-color css
<style>
span { border-color: #CB543D; }
span { border-color: rgb(203,84,61); }
td.TdClassName
{
border-color: #CB543D;
}
.TagClassName
{
border-color: #CB543D;
}
</style>