Html Css Color HEX #C1614A Flame Pea

📋 copy color: '#C1614A'

red 193 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #C1614A

Tints of Flame Pea #C1614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

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

R = 53.02%
G = 26.65%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1614A (or 0xC1614A) is known color: Flame Pea. HEX triplet: C1, 61 and 4A. RGB value is (193,97,74). Sum of RGB (Red+Green+Blue) = 193+97+74=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C1614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1614A is #3E9EB5. Grayscale: #7B7B7B. Windows color (decimal): -4103862 or 4874689. OLE color: 4874689.

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

Color convert

RGB 193 97 74 -
CMYK 0 0.50 0.62 0.24
HSL 11.6º 0.49% 0.52% -
HSV(B) 11.6º 0.62% 0.76% -
XYZ 27.5 20.38 8.96 -
YUV 123.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 193 97 74 0 0.50 0.62 0.24 11.6 0.49 0.52
Hex C1 61 4A 0 32 3E 18 C 31 34
Octal 301 141 112 0 62 76 30 14 61 64
Binary 11000001 1100001 1001010 0 110010 111110 11000 1100 110001 110100

Color Harmonies of #C1614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1614A

Black with #C1614A

Text Example


Text Example

White with #C1614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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