#C55C41

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

Shades of Dark Coral #C55C41

Tints of Dark Coral #C55C41

Color information

#C55C41 (or 0xC55C41) is unknown color: approx Dark Coral. HEX triplet: C5, 5C and 41. RGB value is (197,92,65). Sum of RGB (Red+Green+Blue) = 197+92+65=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C41 is #3AA3BE. Grayscale: #787878. Windows color (decimal): -3843007 or 4283589. OLE color: 4283589.

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

Color convert

RGB1979265-
CMYK00.530.670.23
HSL12.27º53.23%51.37%-
HSV(B)12.27º67.01%77.25%-
XYZ27.8119.917.38-
YUV120.3296.79182.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 65 (25.78% from 255) = 18.36%
R=55.65%
G=25.99%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197926500.530.670.2312.2753.2351.37
HexC55C410354317c3533
Octal30513410106510327146563
Binary110001011011100100000101101011000011101111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C41; }

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

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

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

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

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

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

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

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