#c1674a

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

Shades of Flame Pea #C1674A

Tints of Flame Pea #C1674A

Color information

#C1674A (or 0xC1674A) is unknown color: approx Flame Pea. HEX triplet: C1, 67 and 4A. RGB value is (193,103,74). Sum of RGB (Red+Green+Blue) = 193+103+74=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1674A is #3E98B5. Grayscale: #7E7E7E. Windows color (decimal): -4102326 or 4876225. OLE color: 4876225.

HSL color Cylindrical-coordinate representation of color #C1674A: hue angle of 14.62º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1674A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19310374-
CMYK00.470.620.24
HSL14.62º48.97%52.35%-
HSV(B)14.62º61.66%75.69%-
XYZ28.0821.539.15-
YUV126.698.32175.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 74 (29.30% from 255) = 20%
R=52.16%
G=27.84%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931037400.470.620.2414.6248.9752.35
HexC1674A02F3E18f3134
Octal3011471120577630176164
Binary11000001110011110010100101111111110110001111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1674a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1674a; }

 p { color: rgb(193,103,74); }

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

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

 a { background-color: rgb(193,103,74); }

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

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

 span { border-color: rgb(193,103,74); }

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