Shades of Dark Coral #CF553C
Tints of Dark Coral #CF553C
RGB
CMYK
RGB Variations
Color information
#CF553C (or 0xCF553C) is known color: Dark Coral. HEX triplet: CF, 55 and 3C. RGB value is (207,85,60). Sum of RGB (Red+Green+Blue) = 207+85+60=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF553C is #30AAC3. Grayscale: #767676. Windows color (decimal): -3189444 or 3954127. OLE color: 3954127.
HSL color Cylindrical-coordinate representation of color #CF553C: hue angle of 10.2º 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 #CF553C is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 60 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.19 |
| HSL | 10.2º | 0.6% | 0.52% | - |
| HSV(B) | 10.2º | 0.71% | 0.81% | - |
| XYZ | 29.8 | 20.09 | 6.58 | - |
| YUV | 118.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 60 | 0 | 0.59 | 0.71 | 0.19 | 10.2 | 0.6 | 0.52 |
| Hex | CF | 55 | 3C | 0 | 3B | 47 | 13 | A | 3C | 34 |
| Octal | 317 | 125 | 74 | 0 | 73 | 107 | 23 | 12 | 74 | 64 |
| Binary | 11001111 | 1010101 | 111100 | 0 | 111011 | 1000111 | 10011 | 1010 | 111100 | 110100 |
Color Harmonies of #CF553C
Complementary color
Monochromatic Colors of #CF553C
Black with #CF553C
Text Example
Text Example
White with #CF553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF553C; }
p { color: rgb(207,85,60); }
H1.HeaderClassName
{
color: #CF553C;
}
.AnyTagClassName
{
color: #CF553C;
}
</style>
background-color css
<style>
a { background-color: #CF553C; }
a { background-color: rgb(207,85,60); }
div.DivClassName
{
background-color: #CF553C;
}
.BgClassName
{
background-color: #CF553C;
}
</style>
border-color css
<style>
span { border-color: #CF553C; }
span { border-color: rgb(207,85,60); }
td.TdClassName
{
border-color: #CF553C;
}
.TagClassName
{
border-color: #CF553C;
}
</style>