Shades of Dark Coral #CC4F42
Tints of Dark Coral #CC4F42
RGB
CMYK
RGB Variations
Color information
#CC4F42 (or 0xCC4F42) is known color: Dark Coral. HEX triplet: CC, 4F and 42. RGB value is (204,79,66). Sum of RGB (Red+Green+Blue) = 204+79+66=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4F42 is #33B0BD. Grayscale: #737373. Windows color (decimal): -3387582 or 4345804. OLE color: 4345804.
HSL color Cylindrical-coordinate representation of color #CC4F42: hue angle of 5.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4F42 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 66 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.2 |
| HSL | 5.65º | 0.58% | 0.53% | - |
| HSV(B) | 5.65º | 0.68% | 0.8% | - |
| XYZ | 28.68 | 18.82 | 7.28 | - |
| YUV | 114.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 66 | 0 | 0.61 | 0.68 | 0.2 | 5.65 | 0.58 | 0.53 |
| Hex | CC | 4F | 42 | 0 | 3D | 44 | 14 | 6 | 3A | 35 |
| Octal | 314 | 117 | 102 | 0 | 75 | 104 | 24 | 6 | 72 | 65 |
| Binary | 11001100 | 1001111 | 1000010 | 0 | 111101 | 1000100 | 10100 | 110 | 111010 | 110101 |
Color Harmonies of #CC4F42
Complementary color
Monochromatic Colors of #CC4F42
Black with #CC4F42
Text Example
Text Example
White with #CC4F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F42; }
p { color: rgb(204,79,66); }
H1.HeaderClassName
{
color: #CC4F42;
}
.AnyTagClassName
{
color: #CC4F42;
}
</style>
background-color css
<style>
a { background-color: #CC4F42; }
a { background-color: rgb(204,79,66); }
div.DivClassName
{
background-color: #CC4F42;
}
.BgClassName
{
background-color: #CC4F42;
}
</style>
border-color css
<style>
span { border-color: #CC4F42; }
span { border-color: rgb(204,79,66); }
td.TdClassName
{
border-color: #CC4F42;
}
.TagClassName
{
border-color: #CC4F42;
}
</style>