#C05A4E

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

Shades of Flame Pea #C05A4E

Tints of Flame Pea #C05A4E

Color information

#C05A4E (or 0xC05A4E) is unknown color: approx Flame Pea. HEX triplet: C0, 5A and 4E. RGB value is (192,90,78). Sum of RGB (Red+Green+Blue) = 192+90+78=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A4E is #3FA5B1. Grayscale: #777777. Windows color (decimal): -4171186 or 5135040. OLE color: 5135040.

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

Color convert

RGB1929078-
CMYK00.530.590.25
HSL6.32º47.5%52.94%-
HSV(B)6.32º59.38%75.29%-
XYZ26.7719.079.48-
YUV119.13104.79179.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=53.33%
G=25%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192907800.530.590.256.3247.552.94
HexC05A4E0353B1963035
Octal300132116065733166065
Binary1100000010110101001110011010111101111001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A4E; }

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

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

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

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

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

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

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

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