Html Css Color HEX #C1644A Flame Pea

📋 copy color: '#C1644A'

red 193 ◦ green 100 ◦ blue 74

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

Shades of Flame Pea #C1644A

Tints of Flame Pea #C1644A

RGB

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

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

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

R = 52.59%
G = 27.25%
B = 20.16%

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

#C1644A (or 0xC1644A) is known color: Flame Pea. HEX triplet: C1, 64 and 4A. RGB value is (193,100,74). Sum of RGB (Red+Green+Blue) = 193+100+74=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1644A is #3E9BB5. Grayscale: #7D7D7D. Windows color (decimal): -4103094 or 4875457. OLE color: 4875457.

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

Color convert

RGB 193 100 74 -
CMYK 0 0.48 0.62 0.24
HSL 13.11º 0.49% 0.52% -
HSV(B) 13.11º 0.62% 0.76% -
XYZ 27.79 20.95 9.06 -
YUV 124.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 193 100 74 0 0.48 0.62 0.24 13.11 0.49 0.52
Hex C1 64 4A 0 30 3E 18 D 31 34
Octal 301 144 112 0 60 76 30 15 61 64
Binary 11000001 1100100 1001010 0 110000 111110 11000 1101 110001 110100

Color Harmonies of #C1644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1644A

Black with #C1644A

Text Example


Text Example

White with #C1644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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