#C1644B

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

Shades of Flame Pea #C1644B

Tints of Flame Pea #C1644B

Color information

#C1644B (or 0xC1644B) is unknown color: approx Flame Pea. HEX triplet: C1, 64 and 4B. RGB value is (193,100,75). Sum of RGB (Red+Green+Blue) = 193+100+75=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1644B is #3E9BB4. Grayscale: #7D7D7D. Windows color (decimal): -4103093 or 4940993. OLE color: 4940993.

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

Color convert

RGB19310075-
CMYK00.480.610.24
HSL12.71º48.76%52.55%-
HSV(B)12.71º61.14%75.69%-
XYZ27.8220.969.24-
YUV124.9699.81176.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.45%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=52.45%
G=27.17%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931007500.480.610.2412.7148.7652.55
HexC1644B0303D18d3135
Octal3011441130607530156165
Binary11000001110010010010110110000111101110001101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1644B; }

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

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

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

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

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

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

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

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