#C05A45

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

Shades of Flame Pea #C05A45

Tints of Flame Pea #C05A45

Color information

#C05A45 (or 0xC05A45) is unknown color: approx Flame Pea. HEX triplet: C0, 5A and 45. RGB value is (192,90,69). Sum of RGB (Red+Green+Blue) = 192+90+69=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A45 is #3FA5BA. Grayscale: #767676. Windows color (decimal): -4171195 or 4545216. OLE color: 4545216.

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

Color convert

RGB1929069-
CMYK00.530.640.25
HSL10.24º49.4%51.18%-
HSV(B)10.24º64.06%75.29%-
XYZ26.4718.957.89-
YUV118.1100.29180.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=54.70%
G=25.64%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192906900.530.640.2510.2449.451.18
HexC05A450354019a3133
Octal30013210506510031126163
Binary110000001011010100010101101011000000110011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A45; }

 p { color: rgb(192,90,69); }

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

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

 a { background-color: rgb(192,90,69); }

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

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

 span { border-color: rgb(192,90,69); }

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