Shades of Dark Coral #CC503F
Tints of Dark Coral #CC503F
RGB
CMYK
RGB Variations
Color information
#CC503F (or 0xCC503F) is known color: Dark Coral. HEX triplet: CC, 50 and 3F. RGB value is (204,80,63). Sum of RGB (Red+Green+Blue) = 204+80+63=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC503F is #33AFC0. Grayscale: #737373. Windows color (decimal): -3387329 or 4149452. OLE color: 4149452.
HSL color Cylindrical-coordinate representation of color #CC503F: hue angle of 7.23º 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 #CC503F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 63 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.2 |
| HSL | 7.23º | 0.58% | 0.52% | - |
| HSV(B) | 7.23º | 0.69% | 0.8% | - |
| XYZ | 28.67 | 18.93 | 6.85 | - |
| YUV | 115.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 63 | 0 | 0.61 | 0.69 | 0.2 | 7.23 | 0.58 | 0.52 |
| Hex | CC | 50 | 3F | 0 | 3D | 45 | 14 | 7 | 3A | 34 |
| Octal | 314 | 120 | 77 | 0 | 75 | 105 | 24 | 7 | 72 | 64 |
| Binary | 11001100 | 1010000 | 111111 | 0 | 111101 | 1000101 | 10100 | 111 | 111010 | 110100 |
Color Harmonies of #CC503F
Complementary color
Monochromatic Colors of #CC503F
Black with #CC503F
Text Example
Text Example
White with #CC503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC503F; }
p { color: rgb(204,80,63); }
H1.HeaderClassName
{
color: #CC503F;
}
.AnyTagClassName
{
color: #CC503F;
}
</style>
background-color css
<style>
a { background-color: #CC503F; }
a { background-color: rgb(204,80,63); }
div.DivClassName
{
background-color: #CC503F;
}
.BgClassName
{
background-color: #CC503F;
}
</style>
border-color css
<style>
span { border-color: #CC503F; }
span { border-color: rgb(204,80,63); }
td.TdClassName
{
border-color: #CC503F;
}
.TagClassName
{
border-color: #CC503F;
}
</style>