Shades of Dark Coral #CF583C
Tints of Dark Coral #CF583C
RGB
CMYK
RGB Variations
Color information
#CF583C (or 0xCF583C) is known color: Dark Coral. HEX triplet: CF, 58 and 3C. RGB value is (207,88,60). Sum of RGB (Red+Green+Blue) = 207+88+60=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF583C is #30A7C3. Grayscale: #787878. Windows color (decimal): -3188676 or 3954895. OLE color: 3954895.
HSL color Cylindrical-coordinate representation of color #CF583C: hue angle of 11.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF583C is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 60 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.19 |
| HSL | 11.43º | 0.6% | 0.52% | - |
| HSV(B) | 11.43º | 0.71% | 0.81% | - |
| XYZ | 30.04 | 20.57 | 6.66 | - |
| YUV | 120.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 60 | 0 | 0.57 | 0.71 | 0.19 | 11.43 | 0.6 | 0.52 |
| Hex | CF | 58 | 3C | 0 | 39 | 47 | 13 | B | 3C | 34 |
| Octal | 317 | 130 | 74 | 0 | 71 | 107 | 23 | 13 | 74 | 64 |
| Binary | 11001111 | 1011000 | 111100 | 0 | 111001 | 1000111 | 10011 | 1011 | 111100 | 110100 |
Color Harmonies of #CF583C
Complementary color
Monochromatic Colors of #CF583C
Black with #CF583C
Text Example
Text Example
White with #CF583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF583C; }
p { color: rgb(207,88,60); }
H1.HeaderClassName
{
color: #CF583C;
}
.AnyTagClassName
{
color: #CF583C;
}
</style>
background-color css
<style>
a { background-color: #CF583C; }
a { background-color: rgb(207,88,60); }
div.DivClassName
{
background-color: #CF583C;
}
.BgClassName
{
background-color: #CF583C;
}
</style>
border-color css
<style>
span { border-color: #CF583C; }
span { border-color: rgb(207,88,60); }
td.TdClassName
{
border-color: #CF583C;
}
.TagClassName
{
border-color: #CF583C;
}
</style>