Shades of Dark Coral #CC614B
Tints of Dark Coral #CC614B
RGB
CMYK
RGB Variations
Color information
#CC614B (or 0xCC614B) is known color: Dark Coral. HEX triplet: CC, 61 and 4B. RGB value is (204,97,75). Sum of RGB (Red+Green+Blue) = 204+97+75=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC614B is #339EB4. Grayscale: #7E7E7E. Windows color (decimal): -3382965 or 4940236. OLE color: 4940236.
HSL color Cylindrical-coordinate representation of color #CC614B: hue angle of 10.23º 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 #CC614B is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 75 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.2 |
| HSL | 10.23º | 0.56% | 0.55% | - |
| HSV(B) | 10.23º | 0.63% | 0.8% | - |
| XYZ | 30.45 | 21.89 | 9.28 | - |
| YUV | 126.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 75 | 0 | 0.52 | 0.63 | 0.2 | 10.23 | 0.56 | 0.55 |
| Hex | CC | 61 | 4B | 0 | 34 | 3F | 14 | A | 38 | 37 |
| Octal | 314 | 141 | 113 | 0 | 64 | 77 | 24 | 12 | 70 | 67 |
| Binary | 11001100 | 1100001 | 1001011 | 0 | 110100 | 111111 | 10100 | 1010 | 111000 | 110111 |
Color Harmonies of #CC614B
Complementary color
Monochromatic Colors of #CC614B
Black with #CC614B
Text Example
Text Example
White with #CC614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC614B; }
p { color: rgb(204,97,75); }
H1.HeaderClassName
{
color: #CC614B;
}
.AnyTagClassName
{
color: #CC614B;
}
</style>
background-color css
<style>
a { background-color: #CC614B; }
a { background-color: rgb(204,97,75); }
div.DivClassName
{
background-color: #CC614B;
}
.BgClassName
{
background-color: #CC614B;
}
</style>
border-color css
<style>
span { border-color: #CC614B; }
span { border-color: rgb(204,97,75); }
td.TdClassName
{
border-color: #CC614B;
}
.TagClassName
{
border-color: #CC614B;
}
</style>