Html Css Color HEX #C2604A Flame Pea

📋 copy color: '#C2604A'

red 194 ◦ green 96 ◦ blue 74

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

Shades of Flame Pea #C2604A

Tints of Flame Pea #C2604A

RGB

 RED value IS 194 (76.17% from 255) = 53.3%

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

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

R = 53.3%
G = 26.37%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2604A (or 0xC2604A) is known color: Flame Pea. HEX triplet: C2, 60 and 4A. RGB value is (194,96,74). Sum of RGB (Red+Green+Blue) = 194+96+74=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C2604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2604A is #3D9FB5. Grayscale: #7A7A7A. Windows color (decimal): -4038582 or 4874434. OLE color: 4874434.

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

Color convert

RGB 194 96 74 -
CMYK 0 0.51 0.62 0.24
HSL 11º 0.5% 0.53% -
HSV(B) 11º 0.62% 0.76% -
XYZ 27.67 20.33 8.94 -
YUV 122.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 194 96 74 0 0.51 0.62 0.24 11 0.5 0.53
Hex C2 60 4A 0 33 3E 18 B 32 35
Octal 302 140 112 0 63 76 30 13 62 65
Binary 11000010 1100000 1001010 0 110011 111110 11000 1011 110010 110101

Color Harmonies of #C2604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2604A

Black with #C2604A

Text Example


Text Example

White with #C2604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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