Html Css Color HEX #C45E49 Flame Pea

📋 copy color: '#C45E49'

red 196 ◦ green 94 ◦ blue 73

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

Shades of Flame Pea #C45E49

Tints of Flame Pea #C45E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

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

R = 53.99%
G = 25.9%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C45E49 (or 0xC45E49) is known color: Flame Pea. HEX triplet: C4, 5E and 49. RGB value is (196,94,73). Sum of RGB (Red+Green+Blue) = 196+94+73=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E49 is #3BA1B6. Grayscale: #7A7A7A. Windows color (decimal): -3908023 or 4808388. OLE color: 4808388.

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

Color convert

RGB 196 94 73 -
CMYK 0 0.52 0.63 0.23
HSL 10.24º 0.51% 0.53% -
HSV(B) 10.24º 0.63% 0.77% -
XYZ 27.97 20.22 8.73 -
YUV 122.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 196 94 73 0 0.52 0.63 0.23 10.24 0.51 0.53
Hex C4 5E 49 0 34 3F 17 A 33 35
Octal 304 136 111 0 64 77 27 12 63 65
Binary 11000100 1011110 1001001 0 110100 111111 10111 1010 110011 110101

Color Harmonies of #C45E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45E49

Black with #C45E49

Text Example


Text Example

White with #C45E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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