Shades of Dark Coral #CF6543
Tints of Dark Coral #CF6543
RGB
CMYK
RGB Variations
Color information
#CF6543 (or 0xCF6543) is known color: Dark Coral. HEX triplet: CF, 65 and 43. RGB value is (207,101,67). Sum of RGB (Red+Green+Blue) = 207+101+67=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6543 is #309ABC. Grayscale: #818181. Windows color (decimal): -3185341 or 4416975. OLE color: 4416975.
HSL color Cylindrical-coordinate representation of color #CF6543: hue angle of 14.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF6543 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 67 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.19 |
| HSL | 14.57º | 0.59% | 0.54% | - |
| HSV(B) | 14.57º | 0.68% | 0.81% | - |
| XYZ | 31.4 | 22.98 | 8.09 | - |
| YUV | 128.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 67 | 0 | 0.51 | 0.68 | 0.19 | 14.57 | 0.59 | 0.54 |
| Hex | CF | 65 | 43 | 0 | 33 | 44 | 13 | F | 3B | 36 |
| Octal | 317 | 145 | 103 | 0 | 63 | 104 | 23 | 17 | 73 | 66 |
| Binary | 11001111 | 1100101 | 1000011 | 0 | 110011 | 1000100 | 10011 | 1111 | 111011 | 110110 |
Color Harmonies of #CF6543
Complementary color
Monochromatic Colors of #CF6543
Black with #CF6543
Text Example
Text Example
White with #CF6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6543; }
p { color: rgb(207,101,67); }
H1.HeaderClassName
{
color: #CF6543;
}
.AnyTagClassName
{
color: #CF6543;
}
</style>
background-color css
<style>
a { background-color: #CF6543; }
a { background-color: rgb(207,101,67); }
div.DivClassName
{
background-color: #CF6543;
}
.BgClassName
{
background-color: #CF6543;
}
</style>
border-color css
<style>
span { border-color: #CF6543; }
span { border-color: rgb(207,101,67); }
td.TdClassName
{
border-color: #CF6543;
}
.TagClassName
{
border-color: #CF6543;
}
</style>