Html Css Color HEX #C45C49 Flame Pea

📋 copy color: '#C45C49'

red 196 ◦ green 92 ◦ blue 73

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

Shades of Flame Pea #C45C49

Tints of Flame Pea #C45C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 54.29%
G = 25.48%
B = 20.22%

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

#C45C49 (or 0xC45C49) is known color: Flame Pea. HEX triplet: C4, 5C and 49. RGB value is (196,92,73). Sum of RGB (Red+Green+Blue) = 196+92+73=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C49 is #3BA3B6. Grayscale: #797979. Windows color (decimal): -3908535 or 4807876. OLE color: 4807876.

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

Color convert

RGB 196 92 73 -
CMYK 0 0.53 0.63 0.23
HSL 9.27º 0.51% 0.53% -
HSV(B) 9.27º 0.63% 0.77% -
XYZ 27.79 19.87 8.67 -
YUV 120.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 196 92 73 0 0.53 0.63 0.23 9.27 0.51 0.53
Hex C4 5C 49 0 35 3F 17 9 33 35
Octal 304 134 111 0 65 77 27 11 63 65
Binary 11000100 1011100 1001001 0 110101 111111 10111 1001 110011 110101

Color Harmonies of #C45C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C49

Black with #C45C49

Text Example


Text Example

White with #C45C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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