Html Css Color HEX #C45947 Flame Pea

📋 copy color: '#C45947'

red 196 ◦ green 89 ◦ blue 71

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

Shades of Flame Pea #C45947

Tints of Flame Pea #C45947

RGB

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

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

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

R = 55.06%
G = 25%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C45947 (or 0xC45947) is known color: Flame Pea. HEX triplet: C4, 59 and 47. RGB value is (196,89,71). Sum of RGB (Red+Green+Blue) = 196+89+71=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C45947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45947 is #3BA6B8. Grayscale: #777777. Windows color (decimal): -3909305 or 4676036. OLE color: 4676036.

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

Color convert

RGB 196 89 71 -
CMYK 0 0.55 0.64 0.23
HSL 8.64º 0.51% 0.52% -
HSV(B) 8.64º 0.64% 0.77% -
XYZ 27.47 19.34 8.25 -
YUV 118.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 196 89 71 0 0.55 0.64 0.23 8.64 0.51 0.52
Hex C4 59 47 0 37 40 17 9 33 34
Octal 304 131 107 0 67 100 27 11 63 64
Binary 11000100 1011001 1000111 0 110111 1000000 10111 1001 110011 110100

Color Harmonies of #C45947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45947

Black with #C45947

Text Example


Text Example

White with #C45947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45947; }

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

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

background-color css

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

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

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

border-color css

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

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

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