#C0573D

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

Shades of Flame Pea #C0573D

Tints of Flame Pea #C0573D

Color information

#C0573D (or 0xC0573D) is unknown color: approx Flame Pea. HEX triplet: C0, 57 and 3D. RGB value is (192,87,61). Sum of RGB (Red+Green+Blue) = 192+87+61=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0573D is #3FA8C2. Grayscale: #737373. Windows color (decimal): -4171971 or 4020160. OLE color: 4020160.

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

Color convert

RGB1928761-
CMYK00.550.680.25
HSL11.91º51.78%49.61%-
HSV(B)11.91º68.23%75.29%-
XYZ25.9918.366.59-
YUV115.4397.29182.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=56.47%
G=25.59%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192876100.550.680.2511.9151.7849.61
HexC0573D0374419c3432
Octal3001277506710431146462
Binary11000000101011111110101101111000100110011100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0573D; }

 p { color: rgb(192,87,61); }

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

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

 a { background-color: rgb(192,87,61); }

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

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

 span { border-color: rgb(192,87,61); }

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