Html Css Color HEX #C45740 Dark Coral

📋 copy color: '#C45740'

red 196 ◦ green 87 ◦ blue 64

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

Shades of Dark Coral #C45740

Tints of Dark Coral #C45740

RGB

 RED value IS 196 (76.95% from 255) = 56.48%

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

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

R = 56.48%
G = 25.07%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C45740 (or 0xC45740) is known color: Dark Coral. HEX triplet: C4, 57 and 40. RGB value is (196,87,64). Sum of RGB (Red+Green+Blue) = 196+87+64=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C45740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45740 is #3BA8BF. Grayscale: #757575. Windows color (decimal): -3909824 or 4216772. OLE color: 4216772.

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

Color convert

RGB 196 87 64 -
CMYK 0 0.56 0.67 0.23
HSL 10.45º 0.53% 0.51% -
HSV(B) 10.45º 0.67% 0.77% -
XYZ 27.1 18.92 7.07 -
YUV 116.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 196 87 64 0 0.56 0.67 0.23 10.45 0.53 0.51
Hex C4 57 40 0 38 43 17 A 35 33
Octal 304 127 100 0 70 103 27 12 65 63
Binary 11000100 1010111 1000000 0 111000 1000011 10111 1010 110101 110011

Color Harmonies of #C45740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45740

Black with #C45740

Text Example


Text Example

White with #C45740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45740; }

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

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

background-color css

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

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

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

border-color css

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

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

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