Shades of Dark Coral #CC583F
Tints of Dark Coral #CC583F
RGB
CMYK
RGB Variations
Color information
#CC583F (or 0xCC583F) is known color: Dark Coral. HEX triplet: CC, 58 and 3F. RGB value is (204,88,63). Sum of RGB (Red+Green+Blue) = 204+88+63=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC583F is #33A7C0. Grayscale: #787878. Windows color (decimal): -3385281 or 4151500. OLE color: 4151500.
HSL color Cylindrical-coordinate representation of color #CC583F: hue angle of 10.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC583F is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 63 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.2 |
| HSL | 10.64º | 0.58% | 0.52% | - |
| HSV(B) | 10.64º | 0.69% | 0.8% | - |
| XYZ | 29.29 | 20.18 | 7.05 | - |
| YUV | 119.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 63 | 0 | 0.57 | 0.69 | 0.2 | 10.64 | 0.58 | 0.52 |
| Hex | CC | 58 | 3F | 0 | 39 | 45 | 14 | B | 3A | 34 |
| Octal | 314 | 130 | 77 | 0 | 71 | 105 | 24 | 13 | 72 | 64 |
| Binary | 11001100 | 1011000 | 111111 | 0 | 111001 | 1000101 | 10100 | 1011 | 111010 | 110100 |
Color Harmonies of #CC583F
Complementary color
Monochromatic Colors of #CC583F
Black with #CC583F
Text Example
Text Example
White with #CC583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC583F; }
p { color: rgb(204,88,63); }
H1.HeaderClassName
{
color: #CC583F;
}
.AnyTagClassName
{
color: #CC583F;
}
</style>
background-color css
<style>
a { background-color: #CC583F; }
a { background-color: rgb(204,88,63); }
div.DivClassName
{
background-color: #CC583F;
}
.BgClassName
{
background-color: #CC583F;
}
</style>
border-color css
<style>
span { border-color: #CC583F; }
span { border-color: rgb(204,88,63); }
td.TdClassName
{
border-color: #CC583F;
}
.TagClassName
{
border-color: #CC583F;
}
</style>