Html Css Color HEX #C2594A Flame Pea

📋 copy color: '#C2594A'

red 194 ◦ green 89 ◦ blue 74

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

Shades of Flame Pea #C2594A

Tints of Flame Pea #C2594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

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

R = 54.34%
G = 24.93%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2594A (or 0xC2594A) is known color: Flame Pea. HEX triplet: C2, 59 and 4A. RGB value is (194,89,74). Sum of RGB (Red+Green+Blue) = 194+89+74=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2594A is #3DA6B5. Grayscale: #767676. Windows color (decimal): -4040374 or 4872642. OLE color: 4872642.

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

Color convert

RGB 194 89 74 -
CMYK 0 0.54 0.62 0.24
HSL 7.5º 0.5% 0.53% -
HSV(B) 7.5º 0.62% 0.76% -
XYZ 27.06 19.11 8.74 -
YUV 118.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 194 89 74 0 0.54 0.62 0.24 7.5 0.5 0.53
Hex C2 59 4A 0 36 3E 18 8 32 35
Octal 302 131 112 0 66 76 30 10 62 65
Binary 11000010 1011001 1001010 0 110110 111110 11000 1000 110010 110101

Color Harmonies of #C2594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2594A

Black with #C2594A

Text Example


Text Example

White with #C2594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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