#C55741

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

Shades of Dark Coral #C55741

Tints of Dark Coral #C55741

Color information

#C55741 (or 0xC55741) is unknown color: approx Dark Coral. HEX triplet: C5, 57 and 41. RGB value is (197,87,65). Sum of RGB (Red+Green+Blue) = 197+87+65=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C55741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55741 is #3AA8BE. Grayscale: #757575. Windows color (decimal): -3844287 or 4282309. OLE color: 4282309.

HSL color Cylindrical-coordinate representation of color #C55741: hue angle of 10º 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 #C55741 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1978765-
CMYK00.560.670.23
HSL10º53.23%51.37%-
HSV(B)10º67.01%77.25%-
XYZ27.3919.077.24-
YUV117.3898.44184.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=56.45%
G=24.93%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197876500.560.670.231053.2351.37
HexC557410384317a3533
Octal30512710107010327126563
Binary110001011010111100000101110001000011101111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55741; }

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

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

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

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

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

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

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

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