Html Css Color HEX #C5594A Flame Pea

📋 copy color: '#C5594A'

red 197 ◦ green 89 ◦ blue 74

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

Shades of Flame Pea #C5594A

Tints of Flame Pea #C5594A

RGB

 RED value IS 197 (77.34% from 255) = 54.72%

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

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

R = 54.72%
G = 24.72%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5594A (or 0xC5594A) is known color: Flame Pea. HEX triplet: C5, 59 and 4A. RGB value is (197,89,74). Sum of RGB (Red+Green+Blue) = 197+89+74=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5594A is #3AA6B5. Grayscale: #777777. Windows color (decimal): -3843766 or 4872645. OLE color: 4872645.

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

Color convert

RGB 197 89 74 -
CMYK 0 0.55 0.62 0.23
HSL 7.32º 0.51% 0.53% -
HSV(B) 7.32º 0.62% 0.77% -
XYZ 27.83 19.51 8.78 -
YUV 119.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 197 89 74 0 0.55 0.62 0.23 7.32 0.51 0.53
Hex C5 59 4A 0 37 3E 17 7 33 35
Octal 305 131 112 0 67 76 27 7 63 65
Binary 11000101 1011001 1001010 0 110111 111110 10111 111 110011 110101

Color Harmonies of #C5594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5594A

Black with #C5594A

Text Example


Text Example

White with #C5594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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