Html Css Color HEX #C2644A Flame Pea

📋 copy color: '#C2644A'

red 194 ◦ green 100 ◦ blue 74

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

Shades of Flame Pea #C2644A

Tints of Flame Pea #C2644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.11%

R = 52.72%
G = 27.17%
B = 20.11%

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

#C2644A (or 0xC2644A) is known color: Flame Pea. HEX triplet: C2, 64 and 4A. RGB value is (194,100,74). Sum of RGB (Red+Green+Blue) = 194+100+74=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2644A is #3D9BB5. Grayscale: #7D7D7D. Windows color (decimal): -4037558 or 4875458. OLE color: 4875458.

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

Color convert

RGB 194 100 74 -
CMYK 0 0.48 0.62 0.24
HSL 13º 0.5% 0.53% -
HSV(B) 13º 0.62% 0.76% -
XYZ 28.04 21.08 9.07 -
YUV 125.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 194 100 74 0 0.48 0.62 0.24 13 0.5 0.53
Hex C2 64 4A 0 30 3E 18 D 32 35
Octal 302 144 112 0 60 76 30 15 62 65
Binary 11000010 1100100 1001010 0 110000 111110 11000 1101 110010 110101

Color Harmonies of #C2644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2644A

Black with #C2644A

Text Example


Text Example

White with #C2644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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