Shades of Dark Coral #CD654A
Tints of Dark Coral #CD654A
RGB
CMYK
RGB Variations
Color information
#CD654A (or 0xCD654A) is known color: Dark Coral. HEX triplet: CD, 65 and 4A. RGB value is (205,101,74). Sum of RGB (Red+Green+Blue) = 205+101+74=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD654A is #329AB5. Grayscale: #818181. Windows color (decimal): -3316406 or 4875725. OLE color: 4875725.
HSL color Cylindrical-coordinate representation of color #CD654A: hue angle of 12.37º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD654A is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 74 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.20 |
| HSL | 12.37º | 0.57% | 0.55% | - |
| HSV(B) | 12.37º | 0.64% | 0.8% | - |
| XYZ | 31.07 | 22.78 | 9.24 | - |
| YUV | 129.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 74 | 0 | 0.51 | 0.64 | 0.20 | 12.37 | 0.57 | 0.55 |
| Hex | CD | 65 | 4A | 0 | 33 | 40 | 14 | C | 39 | 37 |
| Octal | 315 | 145 | 112 | 0 | 63 | 100 | 24 | 14 | 71 | 67 |
| Binary | 11001101 | 1100101 | 1001010 | 0 | 110011 | 1000000 | 10100 | 1100 | 111001 | 110111 |
Color Harmonies of #CD654A
Complementary color
Monochromatic Colors of #CD654A
Black with #CD654A
Text Example
Text Example
White with #CD654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD654A; }
p { color: rgb(205,101,74); }
H1.HeaderClassName
{
color: #CD654A;
}
.AnyTagClassName
{
color: #CD654A;
}
</style>
background-color css
<style>
a { background-color: #CD654A; }
a { background-color: rgb(205,101,74); }
div.DivClassName
{
background-color: #CD654A;
}
.BgClassName
{
background-color: #CD654A;
}
</style>
border-color css
<style>
span { border-color: #CD654A; }
span { border-color: rgb(205,101,74); }
td.TdClassName
{
border-color: #CD654A;
}
.TagClassName
{
border-color: #CD654A;
}
</style>