Html Css Color HEX #C55740 Dark Coral

📋 copy color: '#C55740'

red 197 ◦ green 87 ◦ blue 64

#C55740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #C55740

Tints of Dark Coral #C55740

RGB

 RED value IS 197 (77.34% from 255) = 56.61%

 GREEN value IS 87 (34.38% from 255) = 25%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 56.61%
G = 25%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C55740 (or 0xC55740) is known color: Dark Coral. HEX triplet: C5, 57 and 40. RGB value is (197,87,64). Sum of RGB (Red+Green+Blue) = 197+87+64=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C55740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55740 is #3AA8BF. Grayscale: #757575. Windows color (decimal): -3844288 or 4216773. OLE color: 4216773.

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

Color convert

RGB 197 87 64 -
CMYK 0 0.56 0.68 0.23
HSL 10.38º 0.53% 0.51% -
HSV(B) 10.38º 0.68% 0.77% -
XYZ 27.36 19.06 7.09 -
YUV 117.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 197 87 64 0 0.56 0.68 0.23 10.38 0.53 0.51
Hex C5 57 40 0 38 44 17 A 35 33
Octal 305 127 100 0 70 104 27 12 65 63
Binary 11000101 1010111 1000000 0 111000 1000100 10111 1010 110101 110011

Color Harmonies of #C55740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55740

Black with #C55740

Text Example


Text Example

White with #C55740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55740; }

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

 H1.HeaderClassName
 {
   color: #C55740;
 }
 .AnyTagClassName
 {
   color: #C55740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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