Shades of Dark Coral #CD644C
Tints of Dark Coral #CD644C
RGB
CMYK
RGB Variations
Color information
#CD644C (or 0xCD644C) is known color: Dark Coral. HEX triplet: CD, 64 and 4C. RGB value is (205,100,76). Sum of RGB (Red+Green+Blue) = 205+100+76=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD644C is #329BB3. Grayscale: #808080. Windows color (decimal): -3316660 or 5006541. OLE color: 5006541.
HSL color Cylindrical-coordinate representation of color #CD644C: hue angle of 11.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD644C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 76 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.20 |
| HSL | 11.16º | 0.56% | 0.55% | - |
| HSV(B) | 11.16º | 0.63% | 0.8% | - |
| XYZ | 31.04 | 22.62 | 9.57 | - |
| YUV | 128.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 76 | 0 | 0.51 | 0.63 | 0.20 | 11.16 | 0.56 | 0.55 |
| Hex | CD | 64 | 4C | 0 | 33 | 3F | 14 | B | 38 | 37 |
| Octal | 315 | 144 | 114 | 0 | 63 | 77 | 24 | 13 | 70 | 67 |
| Binary | 11001101 | 1100100 | 1001100 | 0 | 110011 | 111111 | 10100 | 1011 | 111000 | 110111 |
Color Harmonies of #CD644C
Complementary color
Monochromatic Colors of #CD644C
Black with #CD644C
Text Example
Text Example
White with #CD644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD644C; }
p { color: rgb(205,100,76); }
H1.HeaderClassName
{
color: #CD644C;
}
.AnyTagClassName
{
color: #CD644C;
}
</style>
background-color css
<style>
a { background-color: #CD644C; }
a { background-color: rgb(205,100,76); }
div.DivClassName
{
background-color: #CD644C;
}
.BgClassName
{
background-color: #CD644C;
}
</style>
border-color css
<style>
span { border-color: #CD644C; }
span { border-color: rgb(205,100,76); }
td.TdClassName
{
border-color: #CD644C;
}
.TagClassName
{
border-color: #CD644C;
}
</style>