Html Css Color HEX #C2594D Flame Pea

📋 copy color: '#C2594D'

red 194 ◦ green 89 ◦ blue 77

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

Shades of Flame Pea #C2594D

Tints of Flame Pea #C2594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 53.89%
G = 24.72%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2594D (or 0xC2594D) is known color: Flame Pea. HEX triplet: C2, 59 and 4D. RGB value is (194,89,77). Sum of RGB (Red+Green+Blue) = 194+89+77=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2594D is #3DA6B2. Grayscale: #777777. Windows color (decimal): -4040371 or 5069250. OLE color: 5069250.

HSL color Cylindrical-coordinate representation of color #C2594D: hue angle of 6.15º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2594D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 89 77 -
CMYK 0 0.54 0.60 0.24
HSL 6.15º 0.49% 0.53% -
HSV(B) 6.15º 0.6% 0.76% -
XYZ 27.16 19.15 9.29 -
YUV 119.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 194 89 77 0 0.54 0.60 0.24 6.15 0.49 0.53
Hex C2 59 4D 0 36 3C 18 6 31 35
Octal 302 131 115 0 66 74 30 6 61 65
Binary 11000010 1011001 1001101 0 110110 111100 11000 110 110001 110101

Color Harmonies of #C2594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2594D

Black with #C2594D

Text Example


Text Example

White with #C2594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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