Shades of Dark Coral #CC5E4A
Tints of Dark Coral #CC5E4A
RGB
CMYK
RGB Variations
Color information
#CC5E4A (or 0xCC5E4A) is known color: Dark Coral. HEX triplet: CC, 5E and 4A. RGB value is (204,94,74). Sum of RGB (Red+Green+Blue) = 204+94+74=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E4A is #33A1B5. Grayscale: #7C7C7C. Windows color (decimal): -3383734 or 4873932. OLE color: 4873932.
HSL color Cylindrical-coordinate representation of color #CC5E4A: hue angle of 9.23º degrees, saturation: 0.56, 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 #CC5E4A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 74 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.2 |
| HSL | 9.23º | 0.56% | 0.55% | - |
| HSV(B) | 9.23º | 0.64% | 0.8% | - |
| XYZ | 30.14 | 21.34 | 9.01 | - |
| YUV | 124.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 74 | 0 | 0.54 | 0.64 | 0.2 | 9.23 | 0.56 | 0.55 |
| Hex | CC | 5E | 4A | 0 | 36 | 40 | 14 | 9 | 38 | 37 |
| Octal | 314 | 136 | 112 | 0 | 66 | 100 | 24 | 11 | 70 | 67 |
| Binary | 11001100 | 1011110 | 1001010 | 0 | 110110 | 1000000 | 10100 | 1001 | 111000 | 110111 |
Color Harmonies of #CC5E4A
Complementary color
Monochromatic Colors of #CC5E4A
Black with #CC5E4A
Text Example
Text Example
White with #CC5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E4A; }
p { color: rgb(204,94,74); }
H1.HeaderClassName
{
color: #CC5E4A;
}
.AnyTagClassName
{
color: #CC5E4A;
}
</style>
background-color css
<style>
a { background-color: #CC5E4A; }
a { background-color: rgb(204,94,74); }
div.DivClassName
{
background-color: #CC5E4A;
}
.BgClassName
{
background-color: #CC5E4A;
}
</style>
border-color css
<style>
span { border-color: #CC5E4A; }
span { border-color: rgb(204,94,74); }
td.TdClassName
{
border-color: #CC5E4A;
}
.TagClassName
{
border-color: #CC5E4A;
}
</style>