Html Css Color HEX #C45948 Flame Pea

📋 copy color: '#C45948'

red 196 ◦ green 89 ◦ blue 72

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

Shades of Flame Pea #C45948

Tints of Flame Pea #C45948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

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

R = 54.9%
G = 24.93%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C45948 (or 0xC45948) is known color: Flame Pea. HEX triplet: C4, 59 and 48. RGB value is (196,89,72). Sum of RGB (Red+Green+Blue) = 196+89+72=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C45948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45948 is #3BA6B7. Grayscale: #777777. Windows color (decimal): -3909304 or 4741572. OLE color: 4741572.

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

Color convert

RGB 196 89 72 -
CMYK 0 0.55 0.63 0.23
HSL 8.23º 0.51% 0.53% -
HSV(B) 8.23º 0.63% 0.77% -
XYZ 27.51 19.35 8.42 -
YUV 119.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 196 89 72 0 0.55 0.63 0.23 8.23 0.51 0.53
Hex C4 59 48 0 37 3F 17 8 33 35
Octal 304 131 110 0 67 77 27 10 63 65
Binary 11000100 1011001 1001000 0 110111 111111 10111 1000 110011 110101

Color Harmonies of #C45948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45948

Black with #C45948

Text Example


Text Example

White with #C45948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45948; }

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

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

background-color css

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

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

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

border-color css

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

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

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