Shades of Dark Coral #CF5C4A
Tints of Dark Coral #CF5C4A
RGB
CMYK
RGB Variations
Color information
#CF5C4A (or 0xCF5C4A) is known color: Dark Coral. HEX triplet: CF, 5C and 4A. RGB value is (207,92,74). Sum of RGB (Red+Green+Blue) = 207+92+74=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C4A is #30A3B5. Grayscale: #7C7C7C. Windows color (decimal): -3187638 or 4873423. OLE color: 4873423.
HSL color Cylindrical-coordinate representation of color #CF5C4A: hue angle of 8.12º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF5C4A is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 74 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.19 |
| HSL | 8.12º | 0.58% | 0.55% | - |
| HSV(B) | 8.12º | 0.64% | 0.81% | - |
| XYZ | 30.8 | 21.41 | 8.99 | - |
| YUV | 124.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 74 | 0 | 0.56 | 0.64 | 0.19 | 8.12 | 0.58 | 0.55 |
| Hex | CF | 5C | 4A | 0 | 38 | 40 | 13 | 8 | 3A | 37 |
| Octal | 317 | 134 | 112 | 0 | 70 | 100 | 23 | 10 | 72 | 67 |
| Binary | 11001111 | 1011100 | 1001010 | 0 | 111000 | 1000000 | 10011 | 1000 | 111010 | 110111 |
Color Harmonies of #CF5C4A
Complementary color
Monochromatic Colors of #CF5C4A
Black with #CF5C4A
Text Example
Text Example
White with #CF5C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C4A; }
p { color: rgb(207,92,74); }
H1.HeaderClassName
{
color: #CF5C4A;
}
.AnyTagClassName
{
color: #CF5C4A;
}
</style>
background-color css
<style>
a { background-color: #CF5C4A; }
a { background-color: rgb(207,92,74); }
div.DivClassName
{
background-color: #CF5C4A;
}
.BgClassName
{
background-color: #CF5C4A;
}
</style>
border-color css
<style>
span { border-color: #CF5C4A; }
span { border-color: rgb(207,92,74); }
td.TdClassName
{
border-color: #CF5C4A;
}
.TagClassName
{
border-color: #CF5C4A;
}
</style>