Shades of Dark Coral #CD5A42
Tints of Dark Coral #CD5A42
RGB
CMYK
RGB Variations
Color information
#CD5A42 (or 0xCD5A42) is known color: Dark Coral. HEX triplet: CD, 5A and 42. RGB value is (205,90,66). Sum of RGB (Red+Green+Blue) = 205+90+66=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5A42 is #32A5BD. Grayscale: #797979. Windows color (decimal): -3319230 or 4348621. OLE color: 4348621.
HSL color Cylindrical-coordinate representation of color #CD5A42: hue angle of 10.36º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD5A42 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 90 | 66 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.20 |
| HSL | 10.36º | 0.58% | 0.53% | - |
| HSV(B) | 10.36º | 0.68% | 0.8% | - |
| XYZ | 29.82 | 20.68 | 7.58 | - |
| YUV | 121.65 | 96.6 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 90 | 66 | 0 | 0.56 | 0.68 | 0.20 | 10.36 | 0.58 | 0.53 |
| Hex | CD | 5A | 42 | 0 | 38 | 44 | 14 | A | 3A | 35 |
| Octal | 315 | 132 | 102 | 0 | 70 | 104 | 24 | 12 | 72 | 65 |
| Binary | 11001101 | 1011010 | 1000010 | 0 | 111000 | 1000100 | 10100 | 1010 | 111010 | 110101 |
Color Harmonies of #CD5A42
Complementary color
Monochromatic Colors of #CD5A42
Black with #CD5A42
Text Example
Text Example
White with #CD5A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5A42; }
p { color: rgb(205,90,66); }
H1.HeaderClassName
{
color: #CD5A42;
}
.AnyTagClassName
{
color: #CD5A42;
}
</style>
background-color css
<style>
a { background-color: #CD5A42; }
a { background-color: rgb(205,90,66); }
div.DivClassName
{
background-color: #CD5A42;
}
.BgClassName
{
background-color: #CD5A42;
}
</style>
border-color css
<style>
span { border-color: #CD5A42; }
span { border-color: rgb(205,90,66); }
td.TdClassName
{
border-color: #CD5A42;
}
.TagClassName
{
border-color: #CD5A42;
}
</style>