Html Css Color HEX #C45F49 Flame Pea

📋 copy color: '#C45F49'

red 196 ◦ green 95 ◦ blue 73

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

Shades of Flame Pea #C45F49

Tints of Flame Pea #C45F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.1%

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

R = 53.85%
G = 26.1%
B = 20.05%

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

#C45F49 (or 0xC45F49) is known color: Flame Pea. HEX triplet: C4, 5F and 49. RGB value is (196,95,73). Sum of RGB (Red+Green+Blue) = 196+95+73=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45F49 is #3BA0B6. Grayscale: #7A7A7A. Windows color (decimal): -3907767 or 4808644. OLE color: 4808644.

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

Color convert

RGB 196 95 73 -
CMYK 0 0.52 0.63 0.23
HSL 10.73º 0.51% 0.53% -
HSV(B) 10.73º 0.63% 0.77% -
XYZ 28.06 20.4 8.76 -
YUV 122.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 196 95 73 0 0.52 0.63 0.23 10.73 0.51 0.53
Hex C4 5F 49 0 34 3F 17 B 33 35
Octal 304 137 111 0 64 77 27 13 63 65
Binary 11000100 1011111 1001001 0 110100 111111 10111 1011 110011 110101

Color Harmonies of #C45F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F49

Black with #C45F49

Text Example


Text Example

White with #C45F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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