Html Css Color HEX #C55640 Dark Coral

📋 copy color: '#C55640'

red 197 ◦ green 86 ◦ blue 64

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

Shades of Dark Coral #C55640

Tints of Dark Coral #C55640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

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

R = 56.77%
G = 24.78%
B = 18.44%

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

#C55640 (or 0xC55640) is known color: Dark Coral. HEX triplet: C5, 56 and 40. RGB value is (197,86,64). Sum of RGB (Red+Green+Blue) = 197+86+64=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C55640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55640 is #3AA9BF. Grayscale: #747474. Windows color (decimal): -3844544 or 4216517. OLE color: 4216517.

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

Color convert

RGB 197 86 64 -
CMYK 0 0.56 0.68 0.23
HSL 9.92º 0.53% 0.51% -
HSV(B) 9.92º 0.68% 0.77% -
XYZ 27.28 18.9 7.06 -
YUV 116.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 197 86 64 0 0.56 0.68 0.23 9.92 0.53 0.51
Hex C5 56 40 0 38 44 17 A 35 33
Octal 305 126 100 0 70 104 27 12 65 63
Binary 11000101 1010110 1000000 0 111000 1000100 10111 1010 110101 110011

Color Harmonies of #C55640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55640

Black with #C55640

Text Example


Text Example

White with #C55640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55640; }

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

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

background-color css

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

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

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

border-color css

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

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

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