#CC6040

Color #CC6040 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CC6040

Tints of Dark Coral #CC6040

Color information

#CC6040 (or 0xCC6040) is unknown color: approx Dark Coral. HEX triplet: CC, 60 and 40. RGB value is (204,96,64). Sum of RGB (Red+Green+Blue) = 204+96+64=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6040 is #339FBF. Grayscale: #7C7C7C. Windows color (decimal): -3383232 or 4219084. OLE color: 4219084.

HSL color Cylindrical-coordinate representation of color #CC6040: hue angle of 13.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC6040 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2049664-
CMYK00.530.690.2
HSL13.71º57.85%52.55%-
HSV(B)13.71º68.63%80%-
XYZ30.0121.577.43-
YUV124.6493.78184.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=56.04%
G=26.37%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204966400.530.690.213.7157.8552.55
HexCC60400354514e3a35
Octal31414010006510524167265
Binary110011001100000100000001101011000101101001110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6040; }

 p { color: rgb(204,96,64); }

 H1.HeaderClassName
 {
   color: #CC6040;
 }
 .AnyTagClassName
 {
   color: #CC6040;
 }
</style>
background-color css

<style>
 a { background-color: #CC6040; }

 a { background-color: rgb(204,96,64); }

 div.DivClassName
 {
   background-color: #CC6040;
 }
 .BgClassName
 {
   background-color: #CC6040;
 }
</style>
border-color css

<style>
 span { border-color: #CC6040; }

 span { border-color: rgb(204,96,64); }

 td.TdClassName
 {
   border-color: #CC6040;
 }
 .TagClassName
 {
   border-color: #CC6040;
 }
</style>