#C05E4B

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

Shades of Flame Pea #C05E4B

Tints of Flame Pea #C05E4B

Color information

#C05E4B (or 0xC05E4B) is unknown color: approx Flame Pea. HEX triplet: C0, 5E and 4B. RGB value is (192,94,75). Sum of RGB (Red+Green+Blue) = 192+94+75=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E4B is #3FA1B4. Grayscale: #797979. Windows color (decimal): -4170165 or 4939456. OLE color: 4939456.

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

Color convert

RGB1929475-
CMYK00.510.610.25
HSL9.74º48.15%52.35%-
HSV(B)9.74º60.94%75.29%-
XYZ27.0119.729.04-
YUV121.14101.97178.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.19%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=53.19%
G=26.04%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192947500.510.610.259.7448.1552.35
HexC05E4B0333D19a3034
Octal3001361130637531126064
Binary11000000101111010010110110011111101110011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E4B; }

 p { color: rgb(192,94,75); }

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

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

 a { background-color: rgb(192,94,75); }

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

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

 span { border-color: rgb(192,94,75); }

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