Shades of Dark Coral #CD6543
Tints of Dark Coral #CD6543
RGB
CMYK
RGB Variations
Color information
#CD6543 (or 0xCD6543) is known color: Dark Coral. HEX triplet: CD, 65 and 43. RGB value is (205,101,67). Sum of RGB (Red+Green+Blue) = 205+101+67=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6543 is #329ABC. Grayscale: #808080. Windows color (decimal): -3316413 or 4416973. OLE color: 4416973.
HSL color Cylindrical-coordinate representation of color #CD6543: hue angle of 14.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD6543 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 67 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.20 |
| HSL | 14.78º | 0.58% | 0.53% | - |
| HSV(B) | 14.78º | 0.67% | 0.8% | - |
| XYZ | 30.84 | 22.69 | 8.06 | - |
| YUV | 128.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 67 | 0 | 0.51 | 0.67 | 0.20 | 14.78 | 0.58 | 0.53 |
| Hex | CD | 65 | 43 | 0 | 33 | 43 | 14 | F | 3A | 35 |
| Octal | 315 | 145 | 103 | 0 | 63 | 103 | 24 | 17 | 72 | 65 |
| Binary | 11001101 | 1100101 | 1000011 | 0 | 110011 | 1000011 | 10100 | 1111 | 111010 | 110101 |
Color Harmonies of #CD6543
Complementary color
Monochromatic Colors of #CD6543
Black with #CD6543
Text Example
Text Example
White with #CD6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6543; }
p { color: rgb(205,101,67); }
H1.HeaderClassName
{
color: #CD6543;
}
.AnyTagClassName
{
color: #CD6543;
}
</style>
background-color css
<style>
a { background-color: #CD6543; }
a { background-color: rgb(205,101,67); }
div.DivClassName
{
background-color: #CD6543;
}
.BgClassName
{
background-color: #CD6543;
}
</style>
border-color css
<style>
span { border-color: #CD6543; }
span { border-color: rgb(205,101,67); }
td.TdClassName
{
border-color: #CD6543;
}
.TagClassName
{
border-color: #CD6543;
}
</style>