Shades of Dark Coral #CC5341
Tints of Dark Coral #CC5341
RGB
CMYK
RGB Variations
Color information
#CC5341 (or 0xCC5341) is known color: Dark Coral. HEX triplet: CC, 53 and 41. RGB value is (204,83,65). Sum of RGB (Red+Green+Blue) = 204+83+65=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5341 is #33ACBE. Grayscale: #757575. Windows color (decimal): -3386559 or 4281292. OLE color: 4281292.
HSL color Cylindrical-coordinate representation of color #CC5341: hue angle of 7.77º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC5341 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 65 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.2 |
| HSL | 7.77º | 0.58% | 0.53% | - |
| HSV(B) | 7.77º | 0.68% | 0.8% | - |
| XYZ | 28.95 | 19.41 | 7.22 | - |
| YUV | 117.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 65 | 0 | 0.59 | 0.68 | 0.2 | 7.77 | 0.58 | 0.53 |
| Hex | CC | 53 | 41 | 0 | 3B | 44 | 14 | 8 | 3A | 35 |
| Octal | 314 | 123 | 101 | 0 | 73 | 104 | 24 | 10 | 72 | 65 |
| Binary | 11001100 | 1010011 | 1000001 | 0 | 111011 | 1000100 | 10100 | 1000 | 111010 | 110101 |
Color Harmonies of #CC5341
Complementary color
Monochromatic Colors of #CC5341
Black with #CC5341
Text Example
Text Example
White with #CC5341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5341; }
p { color: rgb(204,83,65); }
H1.HeaderClassName
{
color: #CC5341;
}
.AnyTagClassName
{
color: #CC5341;
}
</style>
background-color css
<style>
a { background-color: #CC5341; }
a { background-color: rgb(204,83,65); }
div.DivClassName
{
background-color: #CC5341;
}
.BgClassName
{
background-color: #CC5341;
}
</style>
border-color css
<style>
span { border-color: #CC5341; }
span { border-color: rgb(204,83,65); }
td.TdClassName
{
border-color: #CC5341;
}
.TagClassName
{
border-color: #CC5341;
}
</style>