#C1604D

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

Shades of Flame Pea #C1604D

Tints of Flame Pea #C1604D

Color information

#C1604D (or 0xC1604D) is unknown color: approx Flame Pea. HEX triplet: C1, 60 and 4D. RGB value is (193,96,77). Sum of RGB (Red+Green+Blue) = 193+96+77=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1604D is #3E9FB2. Grayscale: #7B7B7B. Windows color (decimal): -4104115 or 5071041. OLE color: 5071041.

HSL color Cylindrical-coordinate representation of color #C1604D: hue angle of 9.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1604D is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1939677-
CMYK00.500.600.24
HSL9.83º48.33%52.94%-
HSV(B)9.83º60.1%75.69%-
XYZ27.5120.249.48-
YUV122.84102.14178.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=52.73%
G=26.23%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193967700.500.600.249.8348.3352.94
HexC1604D0323C18a3035
Octal3011401150627430126065
Binary11000001110000010011010110010111100110001010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1604D; }

 p { color: rgb(193,96,77); }

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

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

 a { background-color: rgb(193,96,77); }

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

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

 span { border-color: rgb(193,96,77); }

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