Html Css Color HEX #C45849 Flame Pea

📋 copy color: '#C45849'

red 196 ◦ green 88 ◦ blue 73

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

Shades of Flame Pea #C45849

Tints of Flame Pea #C45849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 54.9%
G = 24.65%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C45849 (or 0xC45849) is known color: Flame Pea. HEX triplet: C4, 58 and 49. RGB value is (196,88,73). Sum of RGB (Red+Green+Blue) = 196+88+73=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C45849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45849 is #3BA7B6. Grayscale: #767676. Windows color (decimal): -3909559 or 4806852. OLE color: 4806852.

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

Color convert

RGB 196 88 73 -
CMYK 0 0.55 0.63 0.23
HSL 7.32º 0.51% 0.53% -
HSV(B) 7.32º 0.63% 0.77% -
XYZ 27.46 19.2 8.56 -
YUV 118.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 196 88 73 0 0.55 0.63 0.23 7.32 0.51 0.53
Hex C4 58 49 0 37 3F 17 7 33 35
Octal 304 130 111 0 67 77 27 7 63 65
Binary 11000100 1011000 1001001 0 110111 111111 10111 111 110011 110101

Color Harmonies of #C45849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45849

Black with #C45849

Text Example


Text Example

White with #C45849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45849; }

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

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

background-color css

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

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

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

border-color css

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

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

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