Html Css Color HEX #C46548 Flame Pea

📋 copy color: '#C46548'

red 196 ◦ green 101 ◦ blue 72

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

Shades of Flame Pea #C46548

Tints of Flame Pea #C46548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 53.12%
G = 27.37%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C46548 (or 0xC46548) is known color: Flame Pea. HEX triplet: C4, 65 and 48. RGB value is (196,101,72). Sum of RGB (Red+Green+Blue) = 196+101+72=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46548 is #3B9AB7. Grayscale: #7E7E7E. Windows color (decimal): -3906232 or 4744644. OLE color: 4744644.

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

Color convert

RGB 196 101 72 -
CMYK 0 0.48 0.63 0.23
HSL 14.03º 0.51% 0.53% -
HSV(B) 14.03º 0.63% 0.77% -
XYZ 28.59 21.51 8.78 -
YUV 126.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 196 101 72 0 0.48 0.63 0.23 14.03 0.51 0.53
Hex C4 65 48 0 30 3F 17 E 33 35
Octal 304 145 110 0 60 77 27 16 63 65
Binary 11000100 1100101 1001000 0 110000 111111 10111 1110 110011 110101

Color Harmonies of #C46548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46548

Black with #C46548

Text Example


Text Example

White with #C46548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46548; }

 p { color: rgb(196,101,72); }

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

background-color css

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

 a { background-color: rgb(196,101,72); }

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

border-color css

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

 span { border-color: rgb(196,101,72); }

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