Shades of Dark Coral #CC6149
Tints of Dark Coral #CC6149
RGB
CMYK
RGB Variations
Color information
#CC6149 (or 0xCC6149) is known color: Dark Coral. HEX triplet: CC, 61 and 49. RGB value is (204,97,73). Sum of RGB (Red+Green+Blue) = 204+97+73=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6149 is #339EB6. Grayscale: #7E7E7E. Windows color (decimal): -3382967 or 4809164. OLE color: 4809164.
HSL color Cylindrical-coordinate representation of color #CC6149: hue angle of 10.99º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC6149 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 73 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.2 |
| HSL | 10.99º | 0.56% | 0.54% | - |
| HSV(B) | 10.99º | 0.64% | 0.8% | - |
| XYZ | 30.38 | 21.87 | 8.92 | - |
| YUV | 126.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 73 | 0 | 0.52 | 0.64 | 0.2 | 10.99 | 0.56 | 0.54 |
| Hex | CC | 61 | 49 | 0 | 34 | 40 | 14 | B | 38 | 36 |
| Octal | 314 | 141 | 111 | 0 | 64 | 100 | 24 | 13 | 70 | 66 |
| Binary | 11001100 | 1100001 | 1001001 | 0 | 110100 | 1000000 | 10100 | 1011 | 111000 | 110110 |
Color Harmonies of #CC6149
Complementary color
Monochromatic Colors of #CC6149
Black with #CC6149
Text Example
Text Example
White with #CC6149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6149; }
p { color: rgb(204,97,73); }
H1.HeaderClassName
{
color: #CC6149;
}
.AnyTagClassName
{
color: #CC6149;
}
</style>
background-color css
<style>
a { background-color: #CC6149; }
a { background-color: rgb(204,97,73); }
div.DivClassName
{
background-color: #CC6149;
}
.BgClassName
{
background-color: #CC6149;
}
</style>
border-color css
<style>
span { border-color: #CC6149; }
span { border-color: rgb(204,97,73); }
td.TdClassName
{
border-color: #CC6149;
}
.TagClassName
{
border-color: #CC6149;
}
</style>