Html Css Color HEX #C1604A Flame Pea

📋 copy color: '#C1604A'

red 193 ◦ green 96 ◦ blue 74

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

Shades of Flame Pea #C1604A

Tints of Flame Pea #C1604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

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

R = 53.17%
G = 26.45%
B = 20.39%

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

#C1604A (or 0xC1604A) is known color: Flame Pea. HEX triplet: C1, 60 and 4A. RGB value is (193,96,74). Sum of RGB (Red+Green+Blue) = 193+96+74=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C1604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1604A is #3E9FB5. Grayscale: #7A7A7A. Windows color (decimal): -4104118 or 4874433. OLE color: 4874433.

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

Color convert

RGB 193 96 74 -
CMYK 0 0.50 0.62 0.24
HSL 11.09º 0.49% 0.52% -
HSV(B) 11.09º 0.62% 0.76% -
XYZ 27.41 20.2 8.93 -
YUV 122.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 193 96 74 0 0.50 0.62 0.24 11.09 0.49 0.52
Hex C1 60 4A 0 32 3E 18 B 31 34
Octal 301 140 112 0 62 76 30 13 61 64
Binary 11000001 1100000 1001010 0 110010 111110 11000 1011 110001 110100

Color Harmonies of #C1604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1604A

Black with #C1604A

Text Example


Text Example

White with #C1604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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