Shades of Dark Coral #CF5D4B
Tints of Dark Coral #CF5D4B
RGB
CMYK
RGB Variations
Color information
#CF5D4B (or 0xCF5D4B) is known color: Dark Coral. HEX triplet: CF, 5D and 4B. RGB value is (207,93,75). Sum of RGB (Red+Green+Blue) = 207+93+75=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D4B is #30A2B4. Grayscale: #7D7D7D. Windows color (decimal): -3187381 or 4939215. OLE color: 4939215.
HSL color Cylindrical-coordinate representation of color #CF5D4B: hue angle of 8.18º 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 #CF5D4B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 75 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.19 |
| HSL | 8.18º | 0.58% | 0.55% | - |
| HSV(B) | 8.18º | 0.64% | 0.81% | - |
| XYZ | 30.92 | 21.6 | 9.2 | - |
| YUV | 125.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 75 | 0 | 0.55 | 0.64 | 0.19 | 8.18 | 0.58 | 0.55 |
| Hex | CF | 5D | 4B | 0 | 37 | 40 | 13 | 8 | 3A | 37 |
| Octal | 317 | 135 | 113 | 0 | 67 | 100 | 23 | 10 | 72 | 67 |
| Binary | 11001111 | 1011101 | 1001011 | 0 | 110111 | 1000000 | 10011 | 1000 | 111010 | 110111 |
Color Harmonies of #CF5D4B
Complementary color
Monochromatic Colors of #CF5D4B
Black with #CF5D4B
Text Example
Text Example
White with #CF5D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D4B; }
p { color: rgb(207,93,75); }
H1.HeaderClassName
{
color: #CF5D4B;
}
.AnyTagClassName
{
color: #CF5D4B;
}
</style>
background-color css
<style>
a { background-color: #CF5D4B; }
a { background-color: rgb(207,93,75); }
div.DivClassName
{
background-color: #CF5D4B;
}
.BgClassName
{
background-color: #CF5D4B;
}
</style>
border-color css
<style>
span { border-color: #CF5D4B; }
span { border-color: rgb(207,93,75); }
td.TdClassName
{
border-color: #CF5D4B;
}
.TagClassName
{
border-color: #CF5D4B;
}
</style>