Shades of Dark Coral #CC5145
Tints of Dark Coral #CC5145
RGB
CMYK
RGB Variations
Color information
#CC5145 (or 0xCC5145) is known color: Dark Coral. HEX triplet: CC, 51 and 45. RGB value is (204,81,69). Sum of RGB (Red+Green+Blue) = 204+81+69=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5145 is #33AEBA. Grayscale: #747474. Windows color (decimal): -3387067 or 4542924. OLE color: 4542924.
HSL color Cylindrical-coordinate representation of color #CC5145: hue angle of 5.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 #CC5145 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 69 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.2 |
| HSL | 5.33º | 0.57% | 0.54% | - |
| HSV(B) | 5.33º | 0.66% | 0.8% | - |
| XYZ | 28.92 | 19.15 | 7.8 | - |
| YUV | 116.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 69 | 0 | 0.60 | 0.66 | 0.2 | 5.33 | 0.57 | 0.54 |
| Hex | CC | 51 | 45 | 0 | 3C | 42 | 14 | 5 | 39 | 36 |
| Octal | 314 | 121 | 105 | 0 | 74 | 102 | 24 | 5 | 71 | 66 |
| Binary | 11001100 | 1010001 | 1000101 | 0 | 111100 | 1000010 | 10100 | 101 | 111001 | 110110 |
Color Harmonies of #CC5145
Complementary color
Monochromatic Colors of #CC5145
Black with #CC5145
Text Example
Text Example
White with #CC5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5145; }
p { color: rgb(204,81,69); }
H1.HeaderClassName
{
color: #CC5145;
}
.AnyTagClassName
{
color: #CC5145;
}
</style>
background-color css
<style>
a { background-color: #CC5145; }
a { background-color: rgb(204,81,69); }
div.DivClassName
{
background-color: #CC5145;
}
.BgClassName
{
background-color: #CC5145;
}
</style>
border-color css
<style>
span { border-color: #CC5145; }
span { border-color: rgb(204,81,69); }
td.TdClassName
{
border-color: #CC5145;
}
.TagClassName
{
border-color: #CC5145;
}
</style>