Html Css Color HEX #C45844 Flame Pea

📋 copy color: '#C45844'

red 196 ◦ green 88 ◦ blue 68

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

Shades of Flame Pea #C45844

Tints of Flame Pea #C45844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 55.68%
G = 25%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C45844 (or 0xC45844) is known color: Flame Pea. HEX triplet: C4, 58 and 44. RGB value is (196,88,68). Sum of RGB (Red+Green+Blue) = 196+88+68=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C45844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45844 is #3BA7BB. Grayscale: #767676. Windows color (decimal): -3909564 or 4479172. OLE color: 4479172.

HSL color Cylindrical-coordinate representation of color #C45844: hue angle of 9.38º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C45844 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 88 68 -
CMYK 0 0.55 0.65 0.23
HSL 9.38º 0.52% 0.52% -
HSV(B) 9.38º 0.65% 0.77% -
XYZ 27.3 19.13 7.72 -
YUV 118.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 196 88 68 0 0.55 0.65 0.23 9.38 0.52 0.52
Hex C4 58 44 0 37 41 17 9 34 34
Octal 304 130 104 0 67 101 27 11 64 64
Binary 11000100 1011000 1000100 0 110111 1000001 10111 1001 110100 110100

Color Harmonies of #C45844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45844

Black with #C45844

Text Example


Text Example

White with #C45844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45844; }

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

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

background-color css

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

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

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

border-color css

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

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

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