Html Css Color HEX #C45941 Flame Pea

📋 copy color: '#C45941'

red 196 ◦ green 89 ◦ blue 65

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

Shades of Flame Pea #C45941

Tints of Flame Pea #C45941

RGB

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

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

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

R = 56%
G = 25.43%
B = 18.57%

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

#C45941 (or 0xC45941) is known color: Flame Pea. HEX triplet: C4, 59 and 41. RGB value is (196,89,65). Sum of RGB (Red+Green+Blue) = 196+89+65=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C45941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45941 is #3BA6BE. Grayscale: #767676. Windows color (decimal): -3909311 or 4282820. OLE color: 4282820.

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

Color convert

RGB 196 89 65 -
CMYK 0 0.55 0.67 0.23
HSL 10.99º 0.53% 0.51% -
HSV(B) 10.99º 0.67% 0.77% -
XYZ 27.29 19.26 7.28 -
YUV 118.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 196 89 65 0 0.55 0.67 0.23 10.99 0.53 0.51
Hex C4 59 41 0 37 43 17 B 35 33
Octal 304 131 101 0 67 103 27 13 65 63
Binary 11000100 1011001 1000001 0 110111 1000011 10111 1011 110101 110011

Color Harmonies of #C45941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45941

Black with #C45941

Text Example


Text Example

White with #C45941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45941; }

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

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

background-color css

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

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

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

border-color css

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

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

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