Html Css Color HEX #C26444 Flame Pea

📋 copy color: '#C26444'

red 194 ◦ green 100 ◦ blue 68

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

Shades of Flame Pea #C26444

Tints of Flame Pea #C26444

RGB

 RED value IS 194 (76.17% from 255) = 53.59%

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 53.59%
G = 27.62%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C26444 (or 0xC26444) is known color: Flame Pea. HEX triplet: C2, 64 and 44. RGB value is (194,100,68). Sum of RGB (Red+Green+Blue) = 194+100+68=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C26444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26444 is #3D9BBB. Grayscale: #7C7C7C. Windows color (decimal): -4037564 or 4482242. OLE color: 4482242.

HSL color Cylindrical-coordinate representation of color #C26444: hue angle of 15.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C26444 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 68 -
CMYK 0 0.48 0.65 0.24
HSL 15.24º 0.51% 0.51% -
HSV(B) 15.24º 0.65% 0.76% -
XYZ 27.85 21 8.05 -
YUV 124.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 194 100 68 0 0.48 0.65 0.24 15.24 0.51 0.51
Hex C2 64 44 0 30 41 18 F 33 33
Octal 302 144 104 0 60 101 30 17 63 63
Binary 11000010 1100100 1000100 0 110000 1000001 11000 1111 110011 110011

Color Harmonies of #C26444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26444

Black with #C26444

Text Example


Text Example

White with #C26444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26444; }

 p { color: rgb(194,100,68); }

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

background-color css

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

 a { background-color: rgb(194,100,68); }

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

border-color css

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

 span { border-color: rgb(194,100,68); }

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