Shades of Dark Coral #CC614C
Tints of Dark Coral #CC614C
RGB
CMYK
RGB Variations
Color information
#CC614C (or 0xCC614C) is known color: Dark Coral. HEX triplet: CC, 61 and 4C. RGB value is (204,97,76). Sum of RGB (Red+Green+Blue) = 204+97+76=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC614C is #339EB3. Grayscale: #7E7E7E. Windows color (decimal): -3382964 or 5005772. OLE color: 5005772.
HSL color Cylindrical-coordinate representation of color #CC614C: hue angle of 9.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC614C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 76 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.2 |
| HSL | 9.84º | 0.56% | 0.55% | - |
| HSV(B) | 9.84º | 0.63% | 0.8% | - |
| XYZ | 30.48 | 21.91 | 9.46 | - |
| YUV | 126.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 76 | 0 | 0.52 | 0.63 | 0.2 | 9.84 | 0.56 | 0.55 |
| Hex | CC | 61 | 4C | 0 | 34 | 3F | 14 | A | 38 | 37 |
| Octal | 314 | 141 | 114 | 0 | 64 | 77 | 24 | 12 | 70 | 67 |
| Binary | 11001100 | 1100001 | 1001100 | 0 | 110100 | 111111 | 10100 | 1010 | 111000 | 110111 |
Color Harmonies of #CC614C
Complementary color
Monochromatic Colors of #CC614C
Black with #CC614C
Text Example
Text Example
White with #CC614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC614C; }
p { color: rgb(204,97,76); }
H1.HeaderClassName
{
color: #CC614C;
}
.AnyTagClassName
{
color: #CC614C;
}
</style>
background-color css
<style>
a { background-color: #CC614C; }
a { background-color: rgb(204,97,76); }
div.DivClassName
{
background-color: #CC614C;
}
.BgClassName
{
background-color: #CC614C;
}
</style>
border-color css
<style>
span { border-color: #CC614C; }
span { border-color: rgb(204,97,76); }
td.TdClassName
{
border-color: #CC614C;
}
.TagClassName
{
border-color: #CC614C;
}
</style>