#C55841

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

Shades of Dark Coral #C55841

Tints of Dark Coral #C55841

Color information

#C55841 (or 0xC55841) is unknown color: approx Dark Coral. HEX triplet: C5, 58 and 41. RGB value is (197,88,65). Sum of RGB (Red+Green+Blue) = 197+88+65=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55841 is #3AA7BE. Grayscale: #767676. Windows color (decimal): -3844031 or 4282565. OLE color: 4282565.

HSL color Cylindrical-coordinate representation of color #C55841: hue angle of 10.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C55841 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1978865-
CMYK00.550.670.23
HSL10.45º53.23%51.37%-
HSV(B)10.45º67.01%77.25%-
XYZ27.4719.237.27-
YUV117.9798.11184.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.29%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=56.29%
G=25.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197886500.550.670.2310.4553.2351.37
HexC558410374317a3533
Octal30513010106710327126563
Binary110001011011000100000101101111000011101111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55841; }

 p { color: rgb(197,88,65); }

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

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

 a { background-color: rgb(197,88,65); }

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

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

 span { border-color: rgb(197,88,65); }

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