Shades of Dark Coral #CF654C
Tints of Dark Coral #CF654C
RGB
CMYK
RGB Variations
Color information
#CF654C (or 0xCF654C) is known color: Dark Coral. HEX triplet: CF, 65 and 4C. RGB value is (207,101,76). Sum of RGB (Red+Green+Blue) = 207+101+76=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF654C is #309AB3. Grayscale: #828282. Windows color (decimal): -3185332 or 5006799. OLE color: 5006799.
HSL color Cylindrical-coordinate representation of color #CF654C: hue angle of 11.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF654C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 76 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.19 |
| HSL | 11.45º | 0.58% | 0.55% | - |
| HSV(B) | 11.45º | 0.63% | 0.81% | - |
| XYZ | 31.69 | 23.09 | 9.62 | - |
| YUV | 129.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 76 | 0 | 0.51 | 0.63 | 0.19 | 11.45 | 0.58 | 0.55 |
| Hex | CF | 65 | 4C | 0 | 33 | 3F | 13 | B | 3A | 37 |
| Octal | 317 | 145 | 114 | 0 | 63 | 77 | 23 | 13 | 72 | 67 |
| Binary | 11001111 | 1100101 | 1001100 | 0 | 110011 | 111111 | 10011 | 1011 | 111010 | 110111 |
Color Harmonies of #CF654C
Complementary color
Monochromatic Colors of #CF654C
Black with #CF654C
Text Example
Text Example
White with #CF654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF654C; }
p { color: rgb(207,101,76); }
H1.HeaderClassName
{
color: #CF654C;
}
.AnyTagClassName
{
color: #CF654C;
}
</style>
background-color css
<style>
a { background-color: #CF654C; }
a { background-color: rgb(207,101,76); }
div.DivClassName
{
background-color: #CF654C;
}
.BgClassName
{
background-color: #CF654C;
}
</style>
border-color css
<style>
span { border-color: #CF654C; }
span { border-color: rgb(207,101,76); }
td.TdClassName
{
border-color: #CF654C;
}
.TagClassName
{
border-color: #CF654C;
}
</style>