Shades of Dark Coral #CC5D4A
Tints of Dark Coral #CC5D4A
RGB
CMYK
RGB Variations
Color information
#CC5D4A (or 0xCC5D4A) is known color: Dark Coral. HEX triplet: CC, 5D and 4A. RGB value is (204,93,74). Sum of RGB (Red+Green+Blue) = 204+93+74=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D4A is #33A2B5. Grayscale: #7C7C7C. Windows color (decimal): -3383990 or 4873676. OLE color: 4873676.
HSL color Cylindrical-coordinate representation of color #CC5D4A: hue angle of 8.77º 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 #CC5D4A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 93 | 74 | - |
CMYK | 0 | 0.54 | 0.64 | 0.2 |
HSL | 8.77º | 0.56% | 0.55% | - |
HSV(B) | 8.77º | 0.64% | 0.8% | - |
XYZ | 30.05 | 21.16 | 8.98 | - |
YUV | 124.02 | 99.77 | 185.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 93 | 74 | 0 | 0.54 | 0.64 | 0.2 | 8.77 | 0.56 | 0.55 |
Hex | CC | 5D | 4A | 0 | 36 | 40 | 14 | 9 | 38 | 37 |
Octal | 314 | 135 | 112 | 0 | 66 | 100 | 24 | 11 | 70 | 67 |
Binary | 11001100 | 1011101 | 1001010 | 0 | 110110 | 1000000 | 10100 | 1001 | 111000 | 110111 |
Color Harmonies of #CC5D4A
Complementary color
Monochromatic Colors of #CC5D4A
Black with #CC5D4A
Text Example
Text Example
White with #CC5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D4A; }
p { color: rgb(204,93,74); }
H1.HeaderClassName
{
color: #CC5D4A;
}
.AnyTagClassName
{
color: #CC5D4A;
}
</style>
background-color css
<style>
a { background-color: #CC5D4A; }
a { background-color: rgb(204,93,74); }
div.DivClassName
{
background-color: #CC5D4A;
}
.BgClassName
{
background-color: #CC5D4A;
}
</style>
border-color css
<style>
span { border-color: #CC5D4A; }
span { border-color: rgb(204,93,74); }
td.TdClassName
{
border-color: #CC5D4A;
}
.TagClassName
{
border-color: #CC5D4A;
}
</style>