Shades of Dark Coral #CF6343
Tints of Dark Coral #CF6343
RGB
CMYK
RGB Variations
Color information
#CF6343 (or 0xCF6343) is known color: Dark Coral. HEX triplet: CF, 63 and 43. RGB value is (207,99,67). Sum of RGB (Red+Green+Blue) = 207+99+67=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6343 is #309CBC. Grayscale: #7F7F7F. Windows color (decimal): -3185853 or 4416463. OLE color: 4416463.
HSL color Cylindrical-coordinate representation of color #CF6343: hue angle of 13.71º 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 #CF6343 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 67 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.19 |
| HSL | 13.71º | 0.59% | 0.54% | - |
| HSV(B) | 13.71º | 0.68% | 0.81% | - |
| XYZ | 31.21 | 22.59 | 8.03 | - |
| YUV | 127.64 | 93.78 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 67 | 0 | 0.52 | 0.68 | 0.19 | 13.71 | 0.59 | 0.54 |
| Hex | CF | 63 | 43 | 0 | 34 | 44 | 13 | E | 3B | 36 |
| Octal | 317 | 143 | 103 | 0 | 64 | 104 | 23 | 16 | 73 | 66 |
| Binary | 11001111 | 1100011 | 1000011 | 0 | 110100 | 1000100 | 10011 | 1110 | 111011 | 110110 |
Color Harmonies of #CF6343
Complementary color
Monochromatic Colors of #CF6343
Black with #CF6343
Text Example
Text Example
White with #CF6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6343; }
p { color: rgb(207,99,67); }
H1.HeaderClassName
{
color: #CF6343;
}
.AnyTagClassName
{
color: #CF6343;
}
</style>
background-color css
<style>
a { background-color: #CF6343; }
a { background-color: rgb(207,99,67); }
div.DivClassName
{
background-color: #CF6343;
}
.BgClassName
{
background-color: #CF6343;
}
</style>
border-color css
<style>
span { border-color: #CF6343; }
span { border-color: rgb(207,99,67); }
td.TdClassName
{
border-color: #CF6343;
}
.TagClassName
{
border-color: #CF6343;
}
</style>