#CC5041

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

Shades of Dark Coral #CC5041

Tints of Dark Coral #CC5041

Color information

#CC5041 (or 0xCC5041) is unknown color: approx Dark Coral. HEX triplet: CC, 50 and 41. RGB value is (204,80,65). Sum of RGB (Red+Green+Blue) = 204+80+65=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5041 is #33AFBE. Grayscale: #737373. Windows color (decimal): -3387327 or 4280524. OLE color: 4280524.

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

Color convert

RGB2048065-
CMYK00.610.680.2
HSL6.47º57.68%52.75%-
HSV(B)6.47º68.14%80%-
XYZ28.7218.967.15-
YUV115.3799.58191.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=58.45%
G=22.92%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204806500.610.680.26.4757.6852.75
HexCC504103D441463a35
Octal3141201010751042467265
Binary11001100101000010000010111101100010010100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5041; }

 p { color: rgb(204,80,65); }

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

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

 a { background-color: rgb(204,80,65); }

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

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

 span { border-color: rgb(204,80,65); }

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