Html Css Color HEX #C45D49 Flame Pea

📋 copy color: '#C45D49'

red 196 ◦ green 93 ◦ blue 73

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

Shades of Flame Pea #C45D49

Tints of Flame Pea #C45D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.69%

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 54.14%
G = 25.69%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C45D49 (or 0xC45D49) is known color: Flame Pea. HEX triplet: C4, 5D and 49. RGB value is (196,93,73). Sum of RGB (Red+Green+Blue) = 196+93+73=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D49 is #3BA2B6. Grayscale: #797979. Windows color (decimal): -3908279 or 4808132. OLE color: 4808132.

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

Color convert

RGB 196 93 73 -
CMYK 0 0.53 0.63 0.23
HSL 9.76º 0.51% 0.53% -
HSV(B) 9.76º 0.63% 0.77% -
XYZ 27.88 20.05 8.7 -
YUV 121.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 196 93 73 0 0.53 0.63 0.23 9.76 0.51 0.53
Hex C4 5D 49 0 35 3F 17 A 33 35
Octal 304 135 111 0 65 77 27 12 63 65
Binary 11000100 1011101 1001001 0 110101 111111 10111 1010 110011 110101

Color Harmonies of #C45D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45D49

Black with #C45D49

Text Example


Text Example

White with #C45D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45D49; }

 p { color: rgb(196,93,73); }

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

background-color css

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

 a { background-color: rgb(196,93,73); }

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

border-color css

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

 span { border-color: rgb(196,93,73); }

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