#C5594B

Color #C5594B Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C5594B

Tints of Flame Pea #C5594B

Color information

#C5594B (or 0xC5594B) is unknown color: approx Flame Pea. HEX triplet: C5, 59 and 4B. RGB value is (197,89,75). Sum of RGB (Red+Green+Blue) = 197+89+75=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5594B is #3AA6B4. Grayscale: #777777. Windows color (decimal): -3843765 or 4938181. OLE color: 4938181.

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

Color convert

RGB1978975-
CMYK00.550.620.23
HSL6.89º51.26%53.33%-
HSV(B)6.89º61.93%77.25%-
XYZ27.8719.528.96-
YUV119.7102.78183.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=54.57%
G=24.65%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197897500.550.620.236.8951.2653.33
HexC5594B0373E1773335
Octal305131113067762776365
Binary1100010110110011001011011011111111010111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5594B; }

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

 H1.HeaderClassName
 {
   color: #C5594B;
 }
 .AnyTagClassName
 {
   color: #C5594B;
 }
</style>
background-color css

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

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

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

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

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

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