Html Css Color HEX #C2644C Flame Pea

📋 copy color: '#C2644C'

red 194 ◦ green 100 ◦ blue 76

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

Shades of Flame Pea #C2644C

Tints of Flame Pea #C2644C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 52.43%
G = 27.03%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2644C (or 0xC2644C) is known color: Flame Pea. HEX triplet: C2, 64 and 4C. RGB value is (194,100,76). Sum of RGB (Red+Green+Blue) = 194+100+76=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2644C is #3D9BB3. Grayscale: #7D7D7D. Windows color (decimal): -4037556 or 5006530. OLE color: 5006530.

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

Color convert

RGB 194 100 76 -
CMYK 0 0.48 0.61 0.24
HSL 12.2º 0.49% 0.53% -
HSV(B) 12.2º 0.61% 0.76% -
XYZ 28.11 21.11 9.43 -
YUV 125.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 194 100 76 0 0.48 0.61 0.24 12.2 0.49 0.53
Hex C2 64 4C 0 30 3D 18 C 31 35
Octal 302 144 114 0 60 75 30 14 61 65
Binary 11000010 1100100 1001100 0 110000 111101 11000 1100 110001 110101

Color Harmonies of #C2644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2644C

Black with #C2644C

Text Example


Text Example

White with #C2644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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