Shades of Dark Coral #CC574A
Tints of Dark Coral #CC574A
RGB
CMYK
RGB Variations
Color information
#CC574A (or 0xCC574A) is known color: Dark Coral. HEX triplet: CC, 57 and 4A. RGB value is (204,87,74). Sum of RGB (Red+Green+Blue) = 204+87+74=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC574A is #33A8B5. Grayscale: #787878. Windows color (decimal): -3385526 or 4872140. OLE color: 4872140.
HSL color Cylindrical-coordinate representation of color #CC574A: hue angle of 6º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC574A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 74 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.2 |
| HSL | 6º | 0.56% | 0.55% | - |
| HSV(B) | 6º | 0.64% | 0.8% | - |
| XYZ | 29.55 | 20.15 | 8.81 | - |
| YUV | 120.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 74 | 0 | 0.57 | 0.64 | 0.2 | 6 | 0.56 | 0.55 |
| Hex | CC | 57 | 4A | 0 | 39 | 40 | 14 | 6 | 38 | 37 |
| Octal | 314 | 127 | 112 | 0 | 71 | 100 | 24 | 6 | 70 | 67 |
| Binary | 11001100 | 1010111 | 1001010 | 0 | 111001 | 1000000 | 10100 | 110 | 111000 | 110111 |
Color Harmonies of #CC574A
Complementary color
Monochromatic Colors of #CC574A
Black with #CC574A
Text Example
Text Example
White with #CC574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC574A; }
p { color: rgb(204,87,74); }
H1.HeaderClassName
{
color: #CC574A;
}
.AnyTagClassName
{
color: #CC574A;
}
</style>
background-color css
<style>
a { background-color: #CC574A; }
a { background-color: rgb(204,87,74); }
div.DivClassName
{
background-color: #CC574A;
}
.BgClassName
{
background-color: #CC574A;
}
</style>
border-color css
<style>
span { border-color: #CC574A; }
span { border-color: rgb(204,87,74); }
td.TdClassName
{
border-color: #CC574A;
}
.TagClassName
{
border-color: #CC574A;
}
</style>