Html Css Color HEX #C45641 Flame Pea

📋 copy color: '#C45641'

red 196 ◦ green 86 ◦ blue 65

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

Shades of Flame Pea #C45641

Tints of Flame Pea #C45641

RGB

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

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

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

R = 56.48%
G = 24.78%
B = 18.73%

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

#C45641 (or 0xC45641) is known color: Flame Pea. HEX triplet: C4, 56 and 41. RGB value is (196,86,65). Sum of RGB (Red+Green+Blue) = 196+86+65=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C45641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45641 is #3BA9BE. Grayscale: #747474. Windows color (decimal): -3910079 or 4282052. OLE color: 4282052.

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

Color convert

RGB 196 86 65 -
CMYK 0 0.56 0.67 0.23
HSL 9.62º 0.53% 0.51% -
HSV(B) 9.62º 0.67% 0.77% -
XYZ 27.05 18.77 7.2 -
YUV 116.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 196 86 65 0 0.56 0.67 0.23 9.62 0.53 0.51
Hex C4 56 41 0 38 43 17 A 35 33
Octal 304 126 101 0 70 103 27 12 65 63
Binary 11000100 1010110 1000001 0 111000 1000011 10111 1010 110101 110011

Color Harmonies of #C45641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45641

Black with #C45641

Text Example


Text Example

White with #C45641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45641; }

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

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

background-color css

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

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

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

border-color css

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

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

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