#CC5641

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

Shades of Dark Coral #CC5641

Tints of Dark Coral #CC5641

Color information

#CC5641 (or 0xCC5641) is unknown color: approx Dark Coral. HEX triplet: CC, 56 and 41. RGB value is (204,86,65). Sum of RGB (Red+Green+Blue) = 204+86+65=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5641 is #33A9BE. Grayscale: #777777. Windows color (decimal): -3385791 or 4282060. OLE color: 4282060.

HSL color Cylindrical-coordinate representation of color #CC5641: hue angle of 9.06º 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 #CC5641 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB2048665-
CMYK00.580.680.2
HSL9.06º57.68%52.75%-
HSV(B)9.06º68.14%80%-
XYZ29.1819.877.3-
YUV118.8997.59188.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=57.46%
G=24.23%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204866500.580.680.29.0657.6852.75
HexCC564103A441493a35
Octal31412610107210424117265
Binary110011001010110100000101110101000100101001001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5641; }

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

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

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

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

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

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

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

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