Shades of Dark Coral #CC5345
Tints of Dark Coral #CC5345
RGB
CMYK
RGB Variations
Color information
#CC5345 (or 0xCC5345) is known color: Dark Coral. HEX triplet: CC, 53 and 45. RGB value is (204,83,69). Sum of RGB (Red+Green+Blue) = 204+83+69=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5345 is #33ACBA. Grayscale: #757575. Windows color (decimal): -3386555 or 4543436. OLE color: 4543436.
HSL color Cylindrical-coordinate representation of color #CC5345: hue angle of 6.22º 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 #CC5345 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 69 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.2 |
| HSL | 6.22º | 0.57% | 0.54% | - |
| HSV(B) | 6.22º | 0.66% | 0.8% | - |
| XYZ | 29.07 | 19.45 | 7.85 | - |
| YUV | 117.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 69 | 0 | 0.59 | 0.66 | 0.2 | 6.22 | 0.57 | 0.54 |
| Hex | CC | 53 | 45 | 0 | 3B | 42 | 14 | 6 | 39 | 36 |
| Octal | 314 | 123 | 105 | 0 | 73 | 102 | 24 | 6 | 71 | 66 |
| Binary | 11001100 | 1010011 | 1000101 | 0 | 111011 | 1000010 | 10100 | 110 | 111001 | 110110 |
Color Harmonies of #CC5345
Complementary color
Monochromatic Colors of #CC5345
Black with #CC5345
Text Example
Text Example
White with #CC5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5345; }
p { color: rgb(204,83,69); }
H1.HeaderClassName
{
color: #CC5345;
}
.AnyTagClassName
{
color: #CC5345;
}
</style>
background-color css
<style>
a { background-color: #CC5345; }
a { background-color: rgb(204,83,69); }
div.DivClassName
{
background-color: #CC5345;
}
.BgClassName
{
background-color: #CC5345;
}
</style>
border-color css
<style>
span { border-color: #CC5345; }
span { border-color: rgb(204,83,69); }
td.TdClassName
{
border-color: #CC5345;
}
.TagClassName
{
border-color: #CC5345;
}
</style>