Shades of Dark Coral #CF5341
Tints of Dark Coral #CF5341
RGB
CMYK
RGB Variations
Color information
#CF5341 (or 0xCF5341) is known color: Dark Coral. HEX triplet: CF, 53 and 41. RGB value is (207,83,65). Sum of RGB (Red+Green+Blue) = 207+83+65=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5341 is #30ACBE. Grayscale: #767676. Windows color (decimal): -3189951 or 4281295. OLE color: 4281295.
HSL color Cylindrical-coordinate representation of color #CF5341: hue angle of 7.61º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF5341 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 65 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.19 |
| HSL | 7.61º | 0.6% | 0.53% | - |
| HSV(B) | 7.61º | 0.69% | 0.81% | - |
| XYZ | 29.78 | 19.83 | 7.26 | - |
| YUV | 118.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 65 | 0 | 0.60 | 0.69 | 0.19 | 7.61 | 0.6 | 0.53 |
| Hex | CF | 53 | 41 | 0 | 3C | 45 | 13 | 8 | 3C | 35 |
| Octal | 317 | 123 | 101 | 0 | 74 | 105 | 23 | 10 | 74 | 65 |
| Binary | 11001111 | 1010011 | 1000001 | 0 | 111100 | 1000101 | 10011 | 1000 | 111100 | 110101 |
Color Harmonies of #CF5341
Complementary color
Monochromatic Colors of #CF5341
Black with #CF5341
Text Example
Text Example
White with #CF5341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5341; }
p { color: rgb(207,83,65); }
H1.HeaderClassName
{
color: #CF5341;
}
.AnyTagClassName
{
color: #CF5341;
}
</style>
background-color css
<style>
a { background-color: #CF5341; }
a { background-color: rgb(207,83,65); }
div.DivClassName
{
background-color: #CF5341;
}
.BgClassName
{
background-color: #CF5341;
}
</style>
border-color css
<style>
span { border-color: #CF5341; }
span { border-color: rgb(207,83,65); }
td.TdClassName
{
border-color: #CF5341;
}
.TagClassName
{
border-color: #CF5341;
}
</style>