#C0594A

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

Shades of Flame Pea #C0594A

Tints of Flame Pea #C0594A

Color information

#C0594A (or 0xC0594A) is unknown color: approx Flame Pea. HEX triplet: C0, 59 and 4A. RGB value is (192,89,74). Sum of RGB (Red+Green+Blue) = 192+89+74=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0594A is #3FA6B5. Grayscale: #767676. Windows color (decimal): -4171446 or 4872640. OLE color: 4872640.

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

Color convert

RGB1928974-
CMYK00.540.610.25
HSL7.63º48.36%52.16%-
HSV(B)7.63º61.46%75.29%-
XYZ26.5518.858.72-
YUV118.09103.12180.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=54.08%
G=25.07%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192897400.540.610.257.6348.3652.16
HexC0594A0363D1983034
Octal3001311120667531106064
Binary11000000101100110010100110110111101110011000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0594A; }

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

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

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

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

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

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

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

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