Shades of Dark Coral #CF6344
Tints of Dark Coral #CF6344
RGB
CMYK
RGB Variations
Color information
#CF6344 (or 0xCF6344) is known color: Dark Coral. HEX triplet: CF, 63 and 44. RGB value is (207,99,68). Sum of RGB (Red+Green+Blue) = 207+99+68=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6344 is #309CBB. Grayscale: #7F7F7F. Windows color (decimal): -3185852 or 4481999. OLE color: 4481999.
HSL color Cylindrical-coordinate representation of color #CF6344: hue angle of 13.38º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF6344 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 68 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.19 |
| HSL | 13.38º | 0.59% | 0.54% | - |
| HSV(B) | 13.38º | 0.67% | 0.81% | - |
| XYZ | 31.24 | 22.61 | 8.19 | - |
| YUV | 127.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 68 | 0 | 0.52 | 0.67 | 0.19 | 13.38 | 0.59 | 0.54 |
| Hex | CF | 63 | 44 | 0 | 34 | 43 | 13 | D | 3B | 36 |
| Octal | 317 | 143 | 104 | 0 | 64 | 103 | 23 | 15 | 73 | 66 |
| Binary | 11001111 | 1100011 | 1000100 | 0 | 110100 | 1000011 | 10011 | 1101 | 111011 | 110110 |
Color Harmonies of #CF6344
Complementary color
Monochromatic Colors of #CF6344
Black with #CF6344
Text Example
Text Example
White with #CF6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6344; }
p { color: rgb(207,99,68); }
H1.HeaderClassName
{
color: #CF6344;
}
.AnyTagClassName
{
color: #CF6344;
}
</style>
background-color css
<style>
a { background-color: #CF6344; }
a { background-color: rgb(207,99,68); }
div.DivClassName
{
background-color: #CF6344;
}
.BgClassName
{
background-color: #CF6344;
}
</style>
border-color css
<style>
span { border-color: #CF6344; }
span { border-color: rgb(207,99,68); }
td.TdClassName
{
border-color: #CF6344;
}
.TagClassName
{
border-color: #CF6344;
}
</style>