#C0553F

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

Shades of Flame Pea #C0553F

Tints of Flame Pea #C0553F

Color information

#C0553F (or 0xC0553F) is unknown color: approx Flame Pea. HEX triplet: C0, 55 and 3F. RGB value is (192,85,63). Sum of RGB (Red+Green+Blue) = 192+85+63=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0553F is #3FAAC0. Grayscale: #727272. Windows color (decimal): -4172481 or 4150720. OLE color: 4150720.

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

Color convert

RGB1928563-
CMYK00.560.670.25
HSL10.23º50.59%50%-
HSV(B)10.23º67.19%75.29%-
XYZ25.8818.066.82-
YUV114.4898.95183.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 63 (25% from 255) = 18.53%
R=56.47%
G=25%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192856300.560.670.2510.2350.5950
HexC0553F0384319a3332
Octal3001257707010331126362
Binary11000000101010111111101110001000011110011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0553F; }

 p { color: rgb(192,85,63); }

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

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

 a { background-color: rgb(192,85,63); }

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

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

 span { border-color: rgb(192,85,63); }

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