Html Css Color HEX #C45940 Flame Pea

📋 copy color: '#C45940'

red 196 ◦ green 89 ◦ blue 64

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

Shades of Flame Pea #C45940

Tints of Flame Pea #C45940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

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

R = 56.16%
G = 25.5%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C45940 (or 0xC45940) is known color: Flame Pea. HEX triplet: C4, 59 and 40. RGB value is (196,89,64). Sum of RGB (Red+Green+Blue) = 196+89+64=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C45940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45940 is #3BA6BF. Grayscale: #767676. Windows color (decimal): -3909312 or 4217284. OLE color: 4217284.

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

Color convert

RGB 196 89 64 -
CMYK 0 0.55 0.67 0.23
HSL 11.36º 0.53% 0.51% -
HSV(B) 11.36º 0.67% 0.77% -
XYZ 27.26 19.25 7.13 -
YUV 118.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 196 89 64 0 0.55 0.67 0.23 11.36 0.53 0.51
Hex C4 59 40 0 37 43 17 B 35 33
Octal 304 131 100 0 67 103 27 13 65 63
Binary 11000100 1011001 1000000 0 110111 1000011 10111 1011 110101 110011

Color Harmonies of #C45940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45940

Black with #C45940

Text Example


Text Example

White with #C45940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45940; }

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

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

background-color css

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

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

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

border-color css

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

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

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