Html Css Color HEX #C45541 Dark Coral

📋 copy color: '#C45541'

red 196 ◦ green 85 ◦ blue 65

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

Shades of Dark Coral #C45541

Tints of Dark Coral #C45541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 56.65%
G = 24.57%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C45541 (or 0xC45541) is known color: Dark Coral. HEX triplet: C4, 55 and 41. RGB value is (196,85,65). Sum of RGB (Red+Green+Blue) = 196+85+65=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C45541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45541 is #3BAABE. Grayscale: #747474. Windows color (decimal): -3910335 or 4281796. OLE color: 4281796.

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

Color convert

RGB 196 85 65 -
CMYK 0 0.57 0.67 0.23
HSL 9.16º 0.53% 0.51% -
HSV(B) 9.16º 0.67% 0.77% -
XYZ 26.97 18.61 7.17 -
YUV 115.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 196 85 65 0 0.57 0.67 0.23 9.16 0.53 0.51
Hex C4 55 41 0 39 43 17 9 35 33
Octal 304 125 101 0 71 103 27 11 65 63
Binary 11000100 1010101 1000001 0 111001 1000011 10111 1001 110101 110011

Color Harmonies of #C45541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45541

Black with #C45541

Text Example


Text Example

White with #C45541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45541; }

 p { color: rgb(196,85,65); }

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

background-color css

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

 a { background-color: rgb(196,85,65); }

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

border-color css

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

 span { border-color: rgb(196,85,65); }

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