Html Css Color HEX #C1644E Flame Pea

📋 copy color: '#C1644E'

red 193 ◦ green 100 ◦ blue 78

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

Shades of Flame Pea #C1644E

Tints of Flame Pea #C1644E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 52.02%
G = 26.95%
B = 21.02%

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

#C1644E (or 0xC1644E) is known color: Flame Pea. HEX triplet: C1, 64 and 4E. RGB value is (193,100,78). Sum of RGB (Red+Green+Blue) = 193+100+78=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1644E is #3E9BB1. Grayscale: #7D7D7D. Windows color (decimal): -4103090 or 5137601. OLE color: 5137601.

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

Color convert

RGB 193 100 78 -
CMYK 0 0.48 0.60 0.24
HSL 11.48º 0.48% 0.53% -
HSV(B) 11.48º 0.6% 0.76% -
XYZ 27.92 21 9.79 -
YUV 125.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 193 100 78 0 0.48 0.60 0.24 11.48 0.48 0.53
Hex C1 64 4E 0 30 3C 18 B 30 35
Octal 301 144 116 0 60 74 30 13 60 65
Binary 11000001 1100100 1001110 0 110000 111100 11000 1011 110000 110101

Color Harmonies of #C1644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1644E

Black with #C1644E

Text Example


Text Example

White with #C1644E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1644E; }

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

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

background-color css

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

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

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

border-color css

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

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

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