#C05B44

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

Shades of Flame Pea #C05B44

Tints of Flame Pea #C05B44

Color information

#C05B44 (or 0xC05B44) is unknown color: approx Flame Pea. HEX triplet: C0, 5B and 44. RGB value is (192,91,68). Sum of RGB (Red+Green+Blue) = 192+91+68=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B44 is #3FA4BB. Grayscale: #767676. Windows color (decimal): -4170940 or 4479936. OLE color: 4479936.

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

Color convert

RGB1929168-
CMYK00.530.650.25
HSL11.13º49.6%50.98%-
HSV(B)11.13º64.58%75.29%-
XYZ26.5219.117.76-
YUV118.5899.46180.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 68 (26.95% from 255) = 19.37%
R=54.70%
G=25.93%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192916800.530.650.2511.1349.650.98
HexC05B440354119b3233
Octal30013310406510131136263
Binary110000001011011100010001101011000001110011011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B44; }

 p { color: rgb(192,91,68); }

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

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

 a { background-color: rgb(192,91,68); }

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

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

 span { border-color: rgb(192,91,68); }

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