#C55540

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

Shades of Dark Coral #C55540

Tints of Dark Coral #C55540

Color information

#C55540 (or 0xC55540) is unknown color: approx Dark Coral. HEX triplet: C5, 55 and 40. RGB value is (197,85,64). Sum of RGB (Red+Green+Blue) = 197+85+64=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C55540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55540 is #3AAABF. Grayscale: #747474. Windows color (decimal): -3844800 or 4216261. OLE color: 4216261.

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

Color convert

RGB1978564-
CMYK00.570.680.23
HSL9.47º53.41%51.18%-
HSV(B)9.47º67.51%77.25%-
XYZ27.218.747.03-
YUV116.0998.61185.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=56.94%
G=24.57%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197856400.570.680.239.4753.4151.18
HexC55540039441793533
Octal30512510007110427116563
Binary110001011010101100000001110011000100101111001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55540; }

 p { color: rgb(197,85,64); }

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

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

 a { background-color: rgb(197,85,64); }

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

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

 span { border-color: rgb(197,85,64); }

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