#C1644E

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

Shades of Flame Pea #C1644E

Tints of Flame Pea #C1644E

Color information

#C1644E (or 0xC1644E) is unknown color: approx Flame Pea. HEX triplet: C1, 64 and 4E. RGB value is (193,100,78). Sum of RGB (Red+Green+Blue) = 193+100+78=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1644E is #3E9BB1. Grayscale: #7D7D7D. Windows color (decimal): -4103090 or 5137601. OLE color: 5137601.

HSL color Cylindrical-coordinate representation of color #C1644E: hue angle of 11.48º 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 #C1644E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19310078-
CMYK00.480.600.24
HSL11.48º48.12%53.14%-
HSV(B)11.48º59.59%75.69%-
XYZ27.92219.79-
YUV125.3101.31176.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=52.02%
G=26.95%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931007800.480.600.2411.4848.1253.14
HexC1644E0303C18b3035
Octal3011441160607430136065
Binary11000001110010010011100110000111100110001011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1644E; }

 p { color: rgb(193,100,78); }

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

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

 a { background-color: rgb(193,100,78); }

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

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

 span { border-color: rgb(193,100,78); }

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