Html Css Color HEX #C46448 Flame Pea

📋 copy color: '#C46448'

red 196 ◦ green 100 ◦ blue 72

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

Shades of Flame Pea #C46448

Tints of Flame Pea #C46448

RGB

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

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

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

R = 53.26%
G = 27.17%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C46448 (or 0xC46448) is known color: Flame Pea. HEX triplet: C4, 64 and 48. RGB value is (196,100,72). Sum of RGB (Red+Green+Blue) = 196+100+72=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C46448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46448 is #3B9BB7. Grayscale: #7D7D7D. Windows color (decimal): -3906488 or 4744388. OLE color: 4744388.

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

Color convert

RGB 196 100 72 -
CMYK 0 0.49 0.63 0.23
HSL 13.55º 0.51% 0.53% -
HSV(B) 13.55º 0.63% 0.77% -
XYZ 28.49 21.32 8.74 -
YUV 125.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 196 100 72 0 0.49 0.63 0.23 13.55 0.51 0.53
Hex C4 64 48 0 31 3F 17 E 33 35
Octal 304 144 110 0 61 77 27 16 63 65
Binary 11000100 1100100 1001000 0 110001 111111 10111 1110 110011 110101

Color Harmonies of #C46448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46448

Black with #C46448

Text Example


Text Example

White with #C46448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46448; }

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

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

background-color css

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

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

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

border-color css

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

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

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