Shades of Dark Coral #CC624B
Tints of Dark Coral #CC624B
RGB
CMYK
RGB Variations
Color information
#CC624B (or 0xCC624B) is known color: Dark Coral. HEX triplet: CC, 62 and 4B. RGB value is (204,98,75). Sum of RGB (Red+Green+Blue) = 204+98+75=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC624B is #339DB4. Grayscale: #7F7F7F. Windows color (decimal): -3382709 or 4940492. OLE color: 4940492.
HSL color Cylindrical-coordinate representation of color #CC624B: hue angle of 10.7º 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 #CC624B is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 75 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.2 |
| HSL | 10.7º | 0.56% | 0.55% | - |
| HSV(B) | 10.7º | 0.63% | 0.8% | - |
| XYZ | 30.54 | 22.08 | 9.31 | - |
| YUV | 127.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 75 | 0 | 0.52 | 0.63 | 0.2 | 10.7 | 0.56 | 0.55 |
| Hex | CC | 62 | 4B | 0 | 34 | 3F | 14 | B | 38 | 37 |
| Octal | 314 | 142 | 113 | 0 | 64 | 77 | 24 | 13 | 70 | 67 |
| Binary | 11001100 | 1100010 | 1001011 | 0 | 110100 | 111111 | 10100 | 1011 | 111000 | 110111 |
Color Harmonies of #CC624B
Complementary color
Monochromatic Colors of #CC624B
Black with #CC624B
Text Example
Text Example
White with #CC624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC624B; }
p { color: rgb(204,98,75); }
H1.HeaderClassName
{
color: #CC624B;
}
.AnyTagClassName
{
color: #CC624B;
}
</style>
background-color css
<style>
a { background-color: #CC624B; }
a { background-color: rgb(204,98,75); }
div.DivClassName
{
background-color: #CC624B;
}
.BgClassName
{
background-color: #CC624B;
}
</style>
border-color css
<style>
span { border-color: #CC624B; }
span { border-color: rgb(204,98,75); }
td.TdClassName
{
border-color: #CC624B;
}
.TagClassName
{
border-color: #CC624B;
}
</style>