Html Css Color HEX #C26549 Flame Pea

📋 copy color: '#C26549'

red 194 ◦ green 101 ◦ blue 73

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

Shades of Flame Pea #C26549

Tints of Flame Pea #C26549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 52.72%
G = 27.45%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C26549 (or 0xC26549) is known color: Flame Pea. HEX triplet: C2, 65 and 49. RGB value is (194,101,73). Sum of RGB (Red+Green+Blue) = 194+101+73=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C26549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26549 is #3D9AB6. Grayscale: #7D7D7D. Windows color (decimal): -4037303 or 4810178. OLE color: 4810178.

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

Color convert

RGB 194 101 73 -
CMYK 0 0.48 0.62 0.24
HSL 13.88º 0.5% 0.52% -
HSV(B) 13.88º 0.62% 0.76% -
XYZ 28.1 21.26 8.93 -
YUV 125.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 194 101 73 0 0.48 0.62 0.24 13.88 0.5 0.52
Hex C2 65 49 0 30 3E 18 E 32 34
Octal 302 145 111 0 60 76 30 16 62 64
Binary 11000010 1100101 1001001 0 110000 111110 11000 1110 110010 110100

Color Harmonies of #C26549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26549

Black with #C26549

Text Example


Text Example

White with #C26549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26549; }

 p { color: rgb(194,101,73); }

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

background-color css

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

 a { background-color: rgb(194,101,73); }

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

border-color css

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

 span { border-color: rgb(194,101,73); }

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