#C55B41

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

Shades of Dark Coral #C55B41

Tints of Dark Coral #C55B41

Color information

#C55B41 (or 0xC55B41) is unknown color: approx Dark Coral. HEX triplet: C5, 5B and 41. RGB value is (197,91,65). Sum of RGB (Red+Green+Blue) = 197+91+65=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B41 is #3AA4BE. Grayscale: #777777. Windows color (decimal): -3843263 or 4283333. OLE color: 4283333.

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

Color convert

RGB1979165-
CMYK00.540.670.23
HSL11.82º53.23%51.37%-
HSV(B)11.82º67.01%77.25%-
XYZ27.7219.737.35-
YUV119.7397.12183.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.81%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=55.81%
G=25.78%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197916500.540.670.2311.8253.2351.37
HexC55B410364317c3533
Octal30513310106610327146563
Binary110001011011011100000101101101000011101111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B41; }

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

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

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

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

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

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

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

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