Shades of Dark Coral #CC5D4B
Tints of Dark Coral #CC5D4B
RGB
CMYK
RGB Variations
Color information
#CC5D4B (or 0xCC5D4B) is known color: Dark Coral. HEX triplet: CC, 5D and 4B. RGB value is (204,93,75). Sum of RGB (Red+Green+Blue) = 204+93+75=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D4B is #33A2B4. Grayscale: #7C7C7C. Windows color (decimal): -3383989 or 4939212. OLE color: 4939212.
HSL color Cylindrical-coordinate representation of color #CC5D4B: hue angle of 8.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5D4B is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 75 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.2 |
| HSL | 8.37º | 0.56% | 0.55% | - |
| HSV(B) | 8.37º | 0.63% | 0.8% | - |
| XYZ | 30.09 | 21.17 | 9.16 | - |
| YUV | 124.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 75 | 0 | 0.54 | 0.63 | 0.2 | 8.37 | 0.56 | 0.55 |
| Hex | CC | 5D | 4B | 0 | 36 | 3F | 14 | 8 | 38 | 37 |
| Octal | 314 | 135 | 113 | 0 | 66 | 77 | 24 | 10 | 70 | 67 |
| Binary | 11001100 | 1011101 | 1001011 | 0 | 110110 | 111111 | 10100 | 1000 | 111000 | 110111 |
Color Harmonies of #CC5D4B
Complementary color
Monochromatic Colors of #CC5D4B
Black with #CC5D4B
Text Example
Text Example
White with #CC5D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D4B; }
p { color: rgb(204,93,75); }
H1.HeaderClassName
{
color: #CC5D4B;
}
.AnyTagClassName
{
color: #CC5D4B;
}
</style>
background-color css
<style>
a { background-color: #CC5D4B; }
a { background-color: rgb(204,93,75); }
div.DivClassName
{
background-color: #CC5D4B;
}
.BgClassName
{
background-color: #CC5D4B;
}
</style>
border-color css
<style>
span { border-color: #CC5D4B; }
span { border-color: rgb(204,93,75); }
td.TdClassName
{
border-color: #CC5D4B;
}
.TagClassName
{
border-color: #CC5D4B;
}
</style>