Shades of Dark Coral #CC5A45
Tints of Dark Coral #CC5A45
RGB
CMYK
RGB Variations
Color information
#CC5A45 (or 0xCC5A45) is known color: Dark Coral. HEX triplet: CC, 5A and 45. RGB value is (204,90,69). Sum of RGB (Red+Green+Blue) = 204+90+69=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A45 is #33A5BA. Grayscale: #797979. Windows color (decimal): -3384763 or 4545228. OLE color: 4545228.
HSL color Cylindrical-coordinate representation of color #CC5A45: hue angle of 9.33º 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 #CC5A45 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 69 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.2 |
| HSL | 9.33º | 0.57% | 0.54% | - |
| HSV(B) | 9.33º | 0.66% | 0.8% | - |
| XYZ | 29.63 | 20.58 | 8.04 | - |
| YUV | 121.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 69 | 0 | 0.56 | 0.66 | 0.2 | 9.33 | 0.57 | 0.54 |
| Hex | CC | 5A | 45 | 0 | 38 | 42 | 14 | 9 | 39 | 36 |
| Octal | 314 | 132 | 105 | 0 | 70 | 102 | 24 | 11 | 71 | 66 |
| Binary | 11001100 | 1011010 | 1000101 | 0 | 111000 | 1000010 | 10100 | 1001 | 111001 | 110110 |
Color Harmonies of #CC5A45
Complementary color
Monochromatic Colors of #CC5A45
Black with #CC5A45
Text Example
Text Example
White with #CC5A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A45; }
p { color: rgb(204,90,69); }
H1.HeaderClassName
{
color: #CC5A45;
}
.AnyTagClassName
{
color: #CC5A45;
}
</style>
background-color css
<style>
a { background-color: #CC5A45; }
a { background-color: rgb(204,90,69); }
div.DivClassName
{
background-color: #CC5A45;
}
.BgClassName
{
background-color: #CC5A45;
}
</style>
border-color css
<style>
span { border-color: #CC5A45; }
span { border-color: rgb(204,90,69); }
td.TdClassName
{
border-color: #CC5A45;
}
.TagClassName
{
border-color: #CC5A45;
}
</style>