Shades of Dark Coral #CD644D
Tints of Dark Coral #CD644D
RGB
CMYK
RGB Variations
Color information
#CD644D (or 0xCD644D) is known color: Dark Coral. HEX triplet: CD, 64 and 4D. RGB value is (205,100,77). Sum of RGB (Red+Green+Blue) = 205+100+77=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD644D is #329BB2. Grayscale: #808080. Windows color (decimal): -3316659 or 5072077. OLE color: 5072077.
HSL color Cylindrical-coordinate representation of color #CD644D: hue angle of 10.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD644D is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 77 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.20 |
| HSL | 10.78º | 0.56% | 0.55% | - |
| HSV(B) | 10.78º | 0.62% | 0.8% | - |
| XYZ | 31.07 | 22.63 | 9.75 | - |
| YUV | 128.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 77 | 0 | 0.51 | 0.62 | 0.20 | 10.78 | 0.56 | 0.55 |
| Hex | CD | 64 | 4D | 0 | 33 | 3E | 14 | B | 38 | 37 |
| Octal | 315 | 144 | 115 | 0 | 63 | 76 | 24 | 13 | 70 | 67 |
| Binary | 11001101 | 1100100 | 1001101 | 0 | 110011 | 111110 | 10100 | 1011 | 111000 | 110111 |
Color Harmonies of #CD644D
Complementary color
Monochromatic Colors of #CD644D
Black with #CD644D
Text Example
Text Example
White with #CD644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD644D; }
p { color: rgb(205,100,77); }
H1.HeaderClassName
{
color: #CD644D;
}
.AnyTagClassName
{
color: #CD644D;
}
</style>
background-color css
<style>
a { background-color: #CD644D; }
a { background-color: rgb(205,100,77); }
div.DivClassName
{
background-color: #CD644D;
}
.BgClassName
{
background-color: #CD644D;
}
</style>
border-color css
<style>
span { border-color: #CD644D; }
span { border-color: rgb(205,100,77); }
td.TdClassName
{
border-color: #CD644D;
}
.TagClassName
{
border-color: #CD644D;
}
</style>