Shades of Dark Coral #CC5343
Tints of Dark Coral #CC5343
RGB
CMYK
RGB Variations
Color information
#CC5343 (or 0xCC5343) is known color: Dark Coral. HEX triplet: CC, 53 and 43. RGB value is (204,83,67). Sum of RGB (Red+Green+Blue) = 204+83+67=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5343 is #33ACBC. Grayscale: #757575. Windows color (decimal): -3386557 or 4412364. OLE color: 4412364.
HSL color Cylindrical-coordinate representation of color #CC5343: hue angle of 7.01º 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 #CC5343 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 67 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.2 |
| HSL | 7.01º | 0.57% | 0.53% | - |
| HSV(B) | 7.01º | 0.67% | 0.8% | - |
| XYZ | 29.01 | 19.43 | 7.53 | - |
| YUV | 117.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 67 | 0 | 0.59 | 0.67 | 0.2 | 7.01 | 0.57 | 0.53 |
| Hex | CC | 53 | 43 | 0 | 3B | 43 | 14 | 7 | 39 | 35 |
| Octal | 314 | 123 | 103 | 0 | 73 | 103 | 24 | 7 | 71 | 65 |
| Binary | 11001100 | 1010011 | 1000011 | 0 | 111011 | 1000011 | 10100 | 111 | 111001 | 110101 |
Color Harmonies of #CC5343
Complementary color
Monochromatic Colors of #CC5343
Black with #CC5343
Text Example
Text Example
White with #CC5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5343; }
p { color: rgb(204,83,67); }
H1.HeaderClassName
{
color: #CC5343;
}
.AnyTagClassName
{
color: #CC5343;
}
</style>
background-color css
<style>
a { background-color: #CC5343; }
a { background-color: rgb(204,83,67); }
div.DivClassName
{
background-color: #CC5343;
}
.BgClassName
{
background-color: #CC5343;
}
</style>
border-color css
<style>
span { border-color: #CC5343; }
span { border-color: rgb(204,83,67); }
td.TdClassName
{
border-color: #CC5343;
}
.TagClassName
{
border-color: #CC5343;
}
</style>