Html Css Color HEX #C46447 Flame Pea

📋 copy color: '#C46447'

red 196 ◦ green 100 ◦ blue 71

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

Shades of Flame Pea #C46447

Tints of Flame Pea #C46447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 53.41%
G = 27.25%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C46447 (or 0xC46447) is known color: Flame Pea. HEX triplet: C4, 64 and 47. RGB value is (196,100,71). Sum of RGB (Red+Green+Blue) = 196+100+71=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C46447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46447 is #3B9BB8. Grayscale: #7D7D7D. Windows color (decimal): -3906489 or 4678852. OLE color: 4678852.

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

Color convert

RGB 196 100 71 -
CMYK 0 0.49 0.64 0.23
HSL 13.92º 0.51% 0.52% -
HSV(B) 13.92º 0.64% 0.77% -
XYZ 28.46 21.31 8.57 -
YUV 125.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 196 100 71 0 0.49 0.64 0.23 13.92 0.51 0.52
Hex C4 64 47 0 31 40 17 E 33 34
Octal 304 144 107 0 61 100 27 16 63 64
Binary 11000100 1100100 1000111 0 110001 1000000 10111 1110 110011 110100

Color Harmonies of #C46447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46447

Black with #C46447

Text Example


Text Example

White with #C46447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46447; }

 p { color: rgb(196,100,71); }

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

background-color css

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

 a { background-color: rgb(196,100,71); }

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

border-color css

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

 span { border-color: rgb(196,100,71); }

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