Shades of Dark Coral #CC5B44
Tints of Dark Coral #CC5B44
RGB
CMYK
RGB Variations
Color information
#CC5B44 (or 0xCC5B44) is known color: Dark Coral. HEX triplet: CC, 5B and 44. RGB value is (204,91,68). Sum of RGB (Red+Green+Blue) = 204+91+68=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B44 is #33A4BB. Grayscale: #7A7A7A. Windows color (decimal): -3384508 or 4479948. OLE color: 4479948.
HSL color Cylindrical-coordinate representation of color #CC5B44: hue angle of 10.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC5B44 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 68 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.2 |
| HSL | 10.15º | 0.57% | 0.53% | - |
| HSV(B) | 10.15º | 0.67% | 0.8% | - |
| XYZ | 29.69 | 20.74 | 7.91 | - |
| YUV | 122.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 68 | 0 | 0.55 | 0.67 | 0.2 | 10.15 | 0.57 | 0.53 |
| Hex | CC | 5B | 44 | 0 | 37 | 43 | 14 | A | 39 | 35 |
| Octal | 314 | 133 | 104 | 0 | 67 | 103 | 24 | 12 | 71 | 65 |
| Binary | 11001100 | 1011011 | 1000100 | 0 | 110111 | 1000011 | 10100 | 1010 | 111001 | 110101 |
Color Harmonies of #CC5B44
Complementary color
Monochromatic Colors of #CC5B44
Black with #CC5B44
Text Example
Text Example
White with #CC5B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B44; }
p { color: rgb(204,91,68); }
H1.HeaderClassName
{
color: #CC5B44;
}
.AnyTagClassName
{
color: #CC5B44;
}
</style>
background-color css
<style>
a { background-color: #CC5B44; }
a { background-color: rgb(204,91,68); }
div.DivClassName
{
background-color: #CC5B44;
}
.BgClassName
{
background-color: #CC5B44;
}
</style>
border-color css
<style>
span { border-color: #CC5B44; }
span { border-color: rgb(204,91,68); }
td.TdClassName
{
border-color: #CC5B44;
}
.TagClassName
{
border-color: #CC5B44;
}
</style>