Html Css Color HEX #C1644D Flame Pea

📋 copy color: '#C1644D'

red 193 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #C1644D

Tints of Flame Pea #C1644D

RGB

 RED value IS 193 (75.78% from 255) = 52.16%

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

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 52.16%
G = 27.03%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1644D (or 0xC1644D) is known color: Flame Pea. HEX triplet: C1, 64 and 4D. RGB value is (193,100,77). Sum of RGB (Red+Green+Blue) = 193+100+77=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1644D is #3E9BB2. Grayscale: #7D7D7D. Windows color (decimal): -4103091 or 5072065. OLE color: 5072065.

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

Color convert

RGB 193 100 77 -
CMYK 0 0.48 0.60 0.24
HSL 11.9º 0.48% 0.53% -
HSV(B) 11.9º 0.6% 0.76% -
XYZ 27.89 20.99 9.6 -
YUV 125.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 193 100 77 0 0.48 0.60 0.24 11.9 0.48 0.53
Hex C1 64 4D 0 30 3C 18 C 30 35
Octal 301 144 115 0 60 74 30 14 60 65
Binary 11000001 1100100 1001101 0 110000 111100 11000 1100 110000 110101

Color Harmonies of #C1644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1644D

Black with #C1644D

Text Example


Text Example

White with #C1644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1644D; }

 p { color: rgb(193,100,77); }

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

background-color css

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

 a { background-color: rgb(193,100,77); }

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

border-color css

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

 span { border-color: rgb(193,100,77); }

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