Html Css Color HEX #C26443 Flame Pea

📋 copy color: '#C26443'

red 194 ◦ green 100 ◦ blue 67

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

Shades of Flame Pea #C26443

Tints of Flame Pea #C26443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 53.74%
G = 27.7%
B = 18.56%

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

#C26443 (or 0xC26443) is known color: Flame Pea. HEX triplet: C2, 64 and 43. RGB value is (194,100,67). Sum of RGB (Red+Green+Blue) = 194+100+67=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C26443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26443 is #3D9BBC. Grayscale: #7C7C7C. Windows color (decimal): -4037565 or 4416706. OLE color: 4416706.

HSL color Cylindrical-coordinate representation of color #C26443: hue angle of 15.59º 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 #C26443 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 67 -
CMYK 0 0.48 0.65 0.24
HSL 15.59º 0.51% 0.51% -
HSV(B) 15.59º 0.65% 0.76% -
XYZ 27.82 20.99 7.9 -
YUV 124.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 194 100 67 0 0.48 0.65 0.24 15.59 0.51 0.51
Hex C2 64 43 0 30 41 18 10 33 33
Octal 302 144 103 0 60 101 30 20 63 63
Binary 11000010 1100100 1000011 0 110000 1000001 11000 10000 110011 110011

Color Harmonies of #C26443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26443

Black with #C26443

Text Example


Text Example

White with #C26443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26443; }

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

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

background-color css

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

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

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

border-color css

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

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

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