Shades of Dark Coral #CC614A
Tints of Dark Coral #CC614A
RGB
CMYK
RGB Variations
Color information
#CC614A (or 0xCC614A) is known color: Dark Coral. HEX triplet: CC, 61 and 4A. RGB value is (204,97,74). Sum of RGB (Red+Green+Blue) = 204+97+74=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC614A is #339EB5. Grayscale: #7E7E7E. Windows color (decimal): -3382966 or 4874700. OLE color: 4874700.
HSL color Cylindrical-coordinate representation of color #CC614A: hue angle of 10.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC614A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 74 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.2 |
| HSL | 10.62º | 0.56% | 0.55% | - |
| HSV(B) | 10.62º | 0.64% | 0.8% | - |
| XYZ | 30.41 | 21.88 | 9.1 | - |
| YUV | 126.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 74 | 0 | 0.52 | 0.64 | 0.2 | 10.62 | 0.56 | 0.55 |
| Hex | CC | 61 | 4A | 0 | 34 | 40 | 14 | B | 38 | 37 |
| Octal | 314 | 141 | 112 | 0 | 64 | 100 | 24 | 13 | 70 | 67 |
| Binary | 11001100 | 1100001 | 1001010 | 0 | 110100 | 1000000 | 10100 | 1011 | 111000 | 110111 |
Color Harmonies of #CC614A
Complementary color
Monochromatic Colors of #CC614A
Black with #CC614A
Text Example
Text Example
White with #CC614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC614A; }
p { color: rgb(204,97,74); }
H1.HeaderClassName
{
color: #CC614A;
}
.AnyTagClassName
{
color: #CC614A;
}
</style>
background-color css
<style>
a { background-color: #CC614A; }
a { background-color: rgb(204,97,74); }
div.DivClassName
{
background-color: #CC614A;
}
.BgClassName
{
background-color: #CC614A;
}
</style>
border-color css
<style>
span { border-color: #CC614A; }
span { border-color: rgb(204,97,74); }
td.TdClassName
{
border-color: #CC614A;
}
.TagClassName
{
border-color: #CC614A;
}
</style>