Shades of Dark Coral #CC6145
Tints of Dark Coral #CC6145
RGB
CMYK
RGB Variations
Color information
#CC6145 (or 0xCC6145) is known color: Dark Coral. HEX triplet: CC, 61 and 45. RGB value is (204,97,69). Sum of RGB (Red+Green+Blue) = 204+97+69=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6145 is #339EBA. Grayscale: #7E7E7E. Windows color (decimal): -3382971 or 4547020. OLE color: 4547020.
HSL color Cylindrical-coordinate representation of color #CC6145: hue angle of 12.44º 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 #CC6145 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 69 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.2 |
| HSL | 12.44º | 0.57% | 0.54% | - |
| HSV(B) | 12.44º | 0.66% | 0.8% | - |
| XYZ | 30.25 | 21.82 | 8.25 | - |
| YUV | 125.8 | 95.95 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 69 | 0 | 0.52 | 0.66 | 0.2 | 12.44 | 0.57 | 0.54 |
| Hex | CC | 61 | 45 | 0 | 34 | 42 | 14 | C | 39 | 36 |
| Octal | 314 | 141 | 105 | 0 | 64 | 102 | 24 | 14 | 71 | 66 |
| Binary | 11001100 | 1100001 | 1000101 | 0 | 110100 | 1000010 | 10100 | 1100 | 111001 | 110110 |
Color Harmonies of #CC6145
Complementary color
Monochromatic Colors of #CC6145
Black with #CC6145
Text Example
Text Example
White with #CC6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6145; }
p { color: rgb(204,97,69); }
H1.HeaderClassName
{
color: #CC6145;
}
.AnyTagClassName
{
color: #CC6145;
}
</style>
background-color css
<style>
a { background-color: #CC6145; }
a { background-color: rgb(204,97,69); }
div.DivClassName
{
background-color: #CC6145;
}
.BgClassName
{
background-color: #CC6145;
}
</style>
border-color css
<style>
span { border-color: #CC6145; }
span { border-color: rgb(204,97,69); }
td.TdClassName
{
border-color: #CC6145;
}
.TagClassName
{
border-color: #CC6145;
}
</style>