Shades of Dark Coral #CC5E46
Tints of Dark Coral #CC5E46
RGB
CMYK
RGB Variations
Color information
#CC5E46 (or 0xCC5E46) is known color: Dark Coral. HEX triplet: CC, 5E and 46. RGB value is (204,94,70). Sum of RGB (Red+Green+Blue) = 204+94+70=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E46 is #33A1B9. Grayscale: #7C7C7C. Windows color (decimal): -3383738 or 4611788. OLE color: 4611788.
HSL color Cylindrical-coordinate representation of color #CC5E46: hue angle of 10.75º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC5E46 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 70 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.2 |
| HSL | 10.75º | 0.57% | 0.54% | - |
| HSV(B) | 10.75º | 0.66% | 0.8% | - |
| XYZ | 30.01 | 21.28 | 8.32 | - |
| YUV | 124.15 | 97.44 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 70 | 0 | 0.54 | 0.66 | 0.2 | 10.75 | 0.57 | 0.54 |
| Hex | CC | 5E | 46 | 0 | 36 | 42 | 14 | B | 39 | 36 |
| Octal | 314 | 136 | 106 | 0 | 66 | 102 | 24 | 13 | 71 | 66 |
| Binary | 11001100 | 1011110 | 1000110 | 0 | 110110 | 1000010 | 10100 | 1011 | 111001 | 110110 |
Color Harmonies of #CC5E46
Complementary color
Monochromatic Colors of #CC5E46
Black with #CC5E46
Text Example
Text Example
White with #CC5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E46; }
p { color: rgb(204,94,70); }
H1.HeaderClassName
{
color: #CC5E46;
}
.AnyTagClassName
{
color: #CC5E46;
}
</style>
background-color css
<style>
a { background-color: #CC5E46; }
a { background-color: rgb(204,94,70); }
div.DivClassName
{
background-color: #CC5E46;
}
.BgClassName
{
background-color: #CC5E46;
}
</style>
border-color css
<style>
span { border-color: #CC5E46; }
span { border-color: rgb(204,94,70); }
td.TdClassName
{
border-color: #CC5E46;
}
.TagClassName
{
border-color: #CC5E46;
}
</style>