#C0594D

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

Shades of Flame Pea #C0594D

Tints of Flame Pea #C0594D

Color information

#C0594D (or 0xC0594D) is unknown color: approx Flame Pea. HEX triplet: C0, 59 and 4D. RGB value is (192,89,77). Sum of RGB (Red+Green+Blue) = 192+89+77=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0594D is #3FA6B2. Grayscale: #767676. Windows color (decimal): -4171443 or 5069248. OLE color: 5069248.

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

Color convert

RGB1928977-
CMYK00.540.600.25
HSL6.26º47.72%52.75%-
HSV(B)6.26º59.9%75.29%-
XYZ26.6518.899.26-
YUV118.43104.62180.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=53.63%
G=24.86%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192897700.540.600.256.2647.7252.75
HexC0594D0363C1963035
Octal300131115066743166065
Binary1100000010110011001101011011011110011001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0594D; }

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

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

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

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

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

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

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

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