Html Css Color HEX #C45643 Flame Pea

📋 copy color: '#C45643'

red 196 ◦ green 86 ◦ blue 67

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

Shades of Flame Pea #C45643

Tints of Flame Pea #C45643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 56.16%
G = 24.64%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C45643 (or 0xC45643) is known color: Flame Pea. HEX triplet: C4, 56 and 43. RGB value is (196,86,67). Sum of RGB (Red+Green+Blue) = 196+86+67=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C45643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45643 is #3BA9BC. Grayscale: #747474. Windows color (decimal): -3910077 or 4413124. OLE color: 4413124.

HSL color Cylindrical-coordinate representation of color #C45643: hue angle of 8.84º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C45643 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 67 -
CMYK 0 0.56 0.66 0.23
HSL 8.84º 0.52% 0.52% -
HSV(B) 8.84º 0.66% 0.77% -
XYZ 27.11 18.8 7.51 -
YUV 116.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 196 86 67 0 0.56 0.66 0.23 8.84 0.52 0.52
Hex C4 56 43 0 38 42 17 9 34 34
Octal 304 126 103 0 70 102 27 11 64 64
Binary 11000100 1010110 1000011 0 111000 1000010 10111 1001 110100 110100

Color Harmonies of #C45643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45643

Black with #C45643

Text Example


Text Example

White with #C45643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45643; }

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

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

background-color css

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

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

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

border-color css

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

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

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